Spaces:
Configuration error
Configuration error
| # Ignore datasets (HUGE, not needed for inference) | |
| model/Data/ | |
| # Ignore frontend (API-only deployment) | |
| frontend/ | |
| # Ignore notebooks & local experiments | |
| *.ipynb | |
| model/working.ipynb | |
| # Ignore test images | |
| *.jpg | |
| *.png | |
| *.jpeg | |
| # Ignore Python cache | |
| __pycache__/ | |
| *.pyc | |
| # Ignore virtual environments | |
| venv/ | |
| .env/ | |
| # Ignore git junk | |
| .git/ | |
| .gitignore | |