# Secrets
.env
.env.*
!.env.example

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

# Editors
.vscode/
.idea/
*.swp

# Claude Code local session state
.claude/
