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

# Virtual environments
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo

# Coverage
.coverage
htmlcov/
coverage.xml

# Testing
.pytest_cache/

# Type checking and caching
.mypy_cache/
.ruff_cache/
.uff_cache/

# AI tools — track shared agent context (.claude/knowledge, etc.); ignore only machine-local settings
.claude/settings.local.json

# Environment
.env
.env.local

# GitHub prompts (private)
.github/instructions/
.github/prompts/
.github/copilot-instructions.md

# Planning documents (private)
docs/plan/
