| # Secrets — never commit | |
| .env | |
| .env.* | |
| !.env.example | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .Python | |
| *.egg-info/ | |
| .venv/ | |
| venv/ | |
| # IDE / local | |
| .cursor/ | |
| *.swp | |
| # OS | |
| .DS_Store | |
| # Secrets — never commit | |
| .env | |
| .env.* | |
| !.env.example | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .Python | |
| *.egg-info/ | |
| .venv/ | |
| venv/ | |
| # IDE / local | |
| .cursor/ | |
| *.swp | |
| # OS | |
| .DS_Store | |