Spaces:
Sleeping
Sleeping
Anmol Gupta
commited on
Commit
·
3f1cda5
1
Parent(s):
8312914
local setup
Browse files- .gitignore +10 -0
.gitignore
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
env/*
|
| 2 |
+
|
| 3 |
+
./env/*
|
| 4 |
+
|
| 5 |
+
.gitignore
|
| 6 |
+
.gradio/
|
| 7 |
+
__pycache__/
|
| 8 |
+
hf
|
| 9 |
+
hf.pub
|
| 10 |
+
tools/__pycache__/
|