Spaces:
Running on Zero
Running on Zero
| # Virtual environment | |
| venv/ | |
| ENV/ | |
| # Python compiled files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Local weights / datasets (cached locally but let's exclude synthetic data) | |
| data/examples/ | |
| output/ | |
| # OS specific files | |
| .DS_Store | |
| Thumbs.db | |