codeBOKER commited on
Commit
43a47d7
·
1 Parent(s): 9dfc4a2

Stop tracking .env and ignore local env files

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ .env
2
+ __pycache__/
3
+ *.pyc
4
+ .venv/
5
+ venv/
6
+ .python-version
7
+ .DS_Store