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