Spaces:
Running
on
Zero
Running
on
Zero
MohamedRashad
commited on
Commit
•
a17a356
1
Parent(s):
28f466d
Add .gitignore to exclude virtual environment and Python bytecode files
Browse files- .gitignore +2 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
.venv/
|
2 |
+
*.pyc
|