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

# Local configuration and secrets
.env
.env.*
!.env.example
!.env.*.example

# Agent and tool caches
.codex/
.tmp/

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