lukeslp commited on
Commit
d332906
·
verified ·
1 Parent(s): 1009711

update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +8 -0
.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ .venv/
4
+ venv/
5
+ .DS_Store
6
+ *.tmp
7
+ .cache/
8
+ .env