davanstrien HF staff commited on
Commit
52d1806
·
1 Parent(s): bb1ee8a

chore: Update .gitignore to exclude .env, logs, and __pycache__ directories

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