# Python-generated files
.idea
__pycache__/
*.py[oc]
*.pyd
*.pyo
*.so
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# MCPB bundle build artifact (built in CI, never committed)
*.mcpb

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

# Testing and coverage
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/
*.cover
.cache
nosetests.xml
coverage.xml
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Editors and IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Supplementary local files
review/
ideas/


# Development and debugging files
.claude/
broken/
AGENTS.md
CLAUDE.md
todo.md
completions*.ps1

# Documentation builds
docs/_build/
docs/build/
docs/out.txt

# Database
*.db
*.sqlite
*.sqlite3

# Temporary files
*.tmp
.temp/
temp/

# Corpus benchmark
benchmarks/corpus/.cache/
benchmarks/corpus/results/
benchmarks/corpus/inspect/
benchmarks/corpus/.test/

.claude/
broken/
