# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.python-version.local

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Environment / secrets — never commit credentials
.env
.env.*
!.env.example

# OS / editors
.DS_Store
.idea/
.vscode/
