# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

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

# Editors and OS
.idea/
.vscode/
Thumbs.db
.DS_Store

# Logs and generated output
*.log
logs/
tmp/
temp/

