# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets
.env
.env.*

# Tools / IDE
.DS_Store
.coverage
.pytest_cache/
.mypy_cache/
.cache/
.sanity-check
.idea/
