# Python-generated files
__pycache__/
*.py[oc]
*.pyc
build/
dist/
wheels/
*.egg-info
*.egg-info/

# Virtual environments
.venv/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# IDE and OS files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment files
.env

# Claude Code per-project state (sessions, agent runs, settings)
.claude/

# Node tooling (mermaid-cli installs here when used locally without -g)
node_modules/
