Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| .mypy_cache/ | |
| # Virtual envs | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Hugging Face cache — must not be committed to the Space | |
| .cache/ | |
| hf_cache/ | |
| huggingface/ | |
| # Gradio | |
| flagged/ | |
| gradio_cached_examples/ | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| .DS_Store | |
| # Secrets | |
| .env | |
| .env.local | |