# Environment / secrets
.env
.env.*
!.env.example
*.pem
*.key

# Python
_version.py
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.so

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store
