Update .gitignore
Browse files- .gitignore +0 -7
.gitignore
CHANGED
|
@@ -19,13 +19,6 @@ VENV/
|
|
| 19 |
# Ignore VSCode-specific files
|
| 20 |
.vscode/
|
| 21 |
|
| 22 |
-
# Ignore OS-specific files
|
| 23 |
-
.DS_Store
|
| 24 |
-
Thumbs.db
|
| 25 |
-
|
| 26 |
-
# Ignore database or app data
|
| 27 |
-
db/
|
| 28 |
-
*.sqlite3
|
| 29 |
|
| 30 |
# Ignore Gradio temp files
|
| 31 |
gradio_cached_examples/
|
|
|
|
| 19 |
# Ignore VSCode-specific files
|
| 20 |
.vscode/
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Ignore Gradio temp files
|
| 24 |
gradio_cached_examples/
|