MohamedRashad commited on
Commit
a17a356
1 Parent(s): 28f466d

Add .gitignore to exclude virtual environment and Python bytecode files

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