JeCabrera commited on
Commit
f294ad7
·
verified ·
1 Parent(s): 2d7fb63

Create .gitignore

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