# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.coverage.*

# Virtual environments
.venv/
venv/

# uv

# Type checking
.mypy_cache/
.pytype/

# Ruff
.ruff_cache/

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store

# Benchmark scratch
benchmarks/scratch/

# pi subagent scratch
.pi-subagents/
