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

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

# Local environment & secrets, never commit credentials
.env
*.local
*.local.md
tokens.json
config.json

# OS
.DS_Store
