Spaces:
Runtime error
Runtime error
omkar334
commited on
Commit
·
2130176
0
Parent(s):
setup
Browse files- .gitignore +4 -0
.gitignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
.venv/
|
3 |
+
.env
|
4 |
+
test.py
|