Trigger82 commited on
Commit
49e91ce
Β·
verified Β·
1 Parent(s): 3a128e3

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +9 -0
.gitignore CHANGED
@@ -1,2 +1,11 @@
 
 
 
 
 
 
 
 
1
  node_modules/
2
  package-lock.json
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .env
6
+ venv/
7
+ *.egg-info/
8
+ .pytest_cache/
9
  node_modules/
10
  package-lock.json
11
+ .cache/