# Local configuration and secrets
.env
.env.*
!.env.example
*.key
*.pem
*.p12

# Python and uv
.venv/
venv/
__pycache__/
*.py[cod]
.ruff_cache/
.pytest_cache/
.mypy_cache/
.pyright/
.coverage
.coverage.*
coverage.xml
htmlcov/
build/
dist/
*.egg-info/

# Generated output and editor files
output/
.DS_Store
.idea/
*.swp
*.swo
