kylea commited on
Commit
c42f7a4
·
1 Parent(s): 01aa6b9

updating git ignore

Browse files
Files changed (1) hide show
  1. .gitignore +8 -1
.gitignore CHANGED
@@ -1 +1,8 @@
1
- .env
 
 
 
 
 
 
 
 
1
+ .env
2
+
3
+ # Ignore all files in downloads except .gitkeep
4
+ downloads/*
5
+ !downloads/.gitkeep
6
+
7
+ # Ignore pycache and other Python artifacts
8
+ __pycache__/