Spaces:
Running
on
Zero
Running
on
Zero
| # Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Model checkpoints | |
| checkpoints/ | |
| # Outputs | |
| outputs/ | |
| # IDE specific files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Environment variables | |
| .env |