# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
# Test / type caches
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Envs / editors
.venv/
venv/
.idea/
.vscode/
# Secrets — never commit
.env
.env.*
