# --------------------------------------------------------------------------
# Python
# --------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# --------------------------------------------------------------------------
# Testing & coverage
# --------------------------------------------------------------------------
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/

# --------------------------------------------------------------------------
# Type checking & linting caches
# --------------------------------------------------------------------------
.mypy_cache/
.ruff_cache/

# --------------------------------------------------------------------------
# IDE / editor
# --------------------------------------------------------------------------
.vscode/
.idea/
*.swp
*.swo
*~

# --------------------------------------------------------------------------
# Claude Code
# --------------------------------------------------------------------------
.claude/settings.local.json

# --------------------------------------------------------------------------
# OS
# --------------------------------------------------------------------------
.DS_Store
Thumbs.db
Desktop.ini

# --------------------------------------------------------------------------
# Secrets — never commit
# --------------------------------------------------------------------------
.env
.env.*
!.env.example

# --------------------------------------------------------------------------
# Worktrees
# --------------------------------------------------------------------------
.worktrees/
docs/.obsidian/app.json
docs/.obsidian/appearance.json
