diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-08 13:09:48 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-08 13:09:48 +0300 |
| commit | 755a1023aafad7bdf9b3908508467664961600c4 (patch) | |
| tree | 6312276e81940e8016e6c20c26e223cc5ebfab89 /.gitignore | |
| parent | ff0aacb2c09fccb5819bb8ace792b5839afb6ba4 (diff) | |
Initial flask server
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cd679b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.pyc +.env
\ No newline at end of file |
