Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| # Testing | |
| .pytest_cache/ | |
| # Linting | |
| .ruff_cache/ | |
| # Docs (ignore all except plans/) | |
| docs/* | |
| !docs/plans/ | |
| # IDE / OS | |
| .DS_Store | |
| .ipynb_checkpoints/ | |
| *.ipynb | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| # Testing | |
| .pytest_cache/ | |
| # Linting | |
| .ruff_cache/ | |
| # Docs (ignore all except plans/) | |
| docs/* | |
| !docs/plans/ | |
| # IDE / OS | |
| .DS_Store | |
| .ipynb_checkpoints/ | |
| *.ipynb | |