davanstrien HF staff commited on
Commit
c167550
1 Parent(s): 0fb4bd6

Ignore .env, logs/, __pycache__/ and .DS_Store in .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore CHANGED
@@ -1,2 +1,7 @@
1
  __pycache__/app.cpython-311.pyc
2
  logs.txt
 
 
 
 
 
 
1
  __pycache__/app.cpython-311.pyc
2
  logs.txt
3
+
4
+ .env
5
+ logs/
6
+ __pycache__/
7
+ .DS_Store