davanstrien HF staff commited on
Commit
adfd415
1 Parent(s): 8fd5383

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

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