# secrets — never commit
.env
.env.*
!.env.example
credentials.json
*.token
sso-callback.txt

# python
.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# os / editors
.DS_Store
.idea/
.vscode/
