reyhanadr commited on
Commit
c97f2f2
·
1 Parent(s): c5e83c6

Add .gitignore and remove __pycache__

Browse files
Files changed (2) hide show
  1. .gitignore +9 -0
  2. __pycache__/app.cpython-310.pyc +0 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+
7
+ # Environment
8
+ .env
9
+ venv/
__pycache__/app.cpython-310.pyc DELETED
Binary file (4.4 kB)