# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test, coverage, lint, and type-check caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/
.mypy_cache/
.pyright/
.ruff_cache/
.hypothesis/

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

# Logs and temporary files
*.log
*.tmp
*.swp
*~

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db

# Claude Code local state (settings.json itself is shared/committed)
.claude/settings.local.json
.claude/worktrees/
