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

# Test / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Secrets — never commit real credentials or env files
.env
.env.*
!.env.example

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