# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/

# uv
.uv/

# IDE
.vscode/
.idea/
*.swp

# Test
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Schema artifacts (committed; but cache dir excluded)
target/

# OS
.DS_Store
Thumbs.db

# Corpus (not committed)
tests/corpus/data/
