# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
/build/
/dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# UnityGraph output
graph-out/
.unitygraph/

# Eval artifacts — transcripts regenerate on demand
evals/i1_headline/transcript.json
evals/results/
evals/unitybench/results/

# Claude / MCP runtime artifacts
.claude/sessions/

# Unity-side artifacts that might sneak into fixtures
# (anchored to fixture roots so they don't clobber the Python `build/` package)
fixtures/**/Library/
fixtures/**/Temp/
fixtures/**/Logs/
fixtures/**/UserSettings/
fixtures/**/MemoryCaptures/
fixtures/**/obj/
fixtures/**/Build/
fixtures/**/Builds/
*.csproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
