# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.Python
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
.venv-*/
venv/
env/

# Build / packaging
dist/
wheels/

# Test / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# OS / editor
.DS_Store
.idea/
.vscode/

# Project-specific
.schema-analyzer-cache/
.env
.env.*
!.env.example

# Eval outputs
eval_report*.json
eval_*.json

