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

# Build artifacts
dist/
build/

# uv
.uv/

# Evaluation harness output
evaluation_report*.md
*_eval_report.md

# Local caches
.cache/

# macOS
.DS_Store

# Editors / IDEs
.idea/
.vscode/
*.swp
