# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
.pytest_cache/
.ruff_cache/

# Env / secrets
.env
.env.*

# Test data (never in the repo)
fixtures/

# OS
.DS_Store
Icon?
