| .env | |
| .env_old | |
| .cursorignore | |
| .venv_old | |
| .venv | |
| */settings.json | |
| */settings.local.json | |
| # Python cache / bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| # Common Python tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ |
| .env | |
| .env_old | |
| .cursorignore | |
| .venv_old | |
| .venv | |
| */settings.json | |
| */settings.local.json | |
| # Python cache / bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| # Common Python tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ |