davanstrien HF staff commited on
Commit
6106308
·
1 Parent(s): dfb63ac

Update .gitignore to ignore logs and __pycache__ directories

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