.env
.env.*
!.env.example
.envrc
.direnv

# python
.venv/
__pycache__/
*.pyc
.pytest_cache/

# raw run outputs (commit only small/curated results)
results/*
!results/.gitkeep
.DS_Store

# agentdojo spike benchmark outputs (regenerable)
runs/

# IDE
.idea/

# build artifacts
dist/
*.egg-info/
build/
