Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| uv.lock | |
| # Testing | |
| .pytest_cache/ | |
| # Linting | |
| .ruff_cache/ | |
| # Docs | |
| docs/ | |
| # Superpowers | |
| .superpowers/ | |
| # IDE / OS | |
| .DS_Store | |
| .ipynb_checkpoints/ | |
| *.ipynb | |