# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# Generated by hatch-vcs
arena/_version.py

# Pixi
.pixi/

# Arena state (local runs)
arena/state.json
arena/state.yaml
arena/round*/
arena/report.md
arena/orchestrator.log
arena/artifacts/
arenas/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# pytest
.pytest_cache/
.mypy_cache/

# Environment variables
.env
