Spaces:
Runtime error
Runtime error
Commit
·
6207057
1
Parent(s):
91ed627
Create .gitignore
Browse files- .gitignore +12 -0
.gitignore
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# basics
|
2 |
+
*__pycache__*
|
3 |
+
|
4 |
+
# local testing
|
5 |
+
*aitextgen*
|
6 |
+
*scratch*
|
7 |
+
*tmp*
|
8 |
+
|
9 |
+
# gradio database files
|
10 |
+
*gradio_db_files*
|
11 |
+
*gradio*
|
12 |
+
*flagged*
|