TeddyUW commited on
Commit
e946530
·
1 Parent(s): e7a46b1

ignore local virtual environments

Browse files
Files changed (1) hide show
  1. .gitignore +4 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # virtual environments
2
+ .venv/
3
+ venv/
4
+ __pycache__/