# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
uv.lock

# TypeScript
node_modules/
packages/typescript/dist/

# IDE
.idea/
.vscode/

# Coverage
.coverage
htmlcov/

# Temporary
tmp/

# Reference repos
typeql-ref/
type-bridge-core/target/
