Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .python-version | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Tool caches | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Build artifacts | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # Local environment | |
| .env | |
| .env.* | |
| !.env.example | |
| # OS and editor noise | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| .vscode/ | |