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

# Secrets and local configuration
.env
.env.*
!.env.example
*.pem
*.key
secrets/
credentials/

# Claude Code local state
CLAUDE.local.md
.claude/settings.local.json
.claude/logs/

# Editors and OS
.DS_Store
.idea/
.vscode/*.local.json
