# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Type checker caches
.mypy_cache/
.pyright/

# Test caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Local
*.log
.env
.venv-experiment/
scripts/llm.json
# Eval run artifacts (large logs, conversations, not committed; only eval/results/ is)
eval/runs/
.vendor/
