Kunal Pai commited on
Commit
34b7139
·
1 Parent(s): c725023

Add .gitignore to exclude virtual environment and bytecode files

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