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

# Virtual environments
.venv

# IDE
.idea/
.claude/

# Vendor documentation (proprietary, not distributable)
schemas/

# Test/coverage artifacts
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
