# IDE
.idea/
.vscode/

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

# Virtual environments
.venv

# Coverage
.coverage
.coverage*

# Hypothesis
.hypothesis/

# Environment
.env

# OS
.DS_Store

# Misc
.cache/
.pytest_cache/
.mcp.json
/test_tmp/
/scratch/
