# env 
.venv/
venv/
env/
.env
.env.local
uv.lock
.claude/
.cursorrules
.cursor/
.ropeproject/
.scratch/

# artifacts
core.* 
.coverage
dist/
build/
_build/
docs/build/
*.egg-info/
*/__pycache__/
*/*/__pycache__/
.pytest_cache/
.ruff_cache/
*.pyo
*.pyd
*.pyc

# outputs
wandb/
/outputs/
reports/
logs/

# development
local/
scratch/
.idea/
.vscode/
*.swp
.DS_Store

# WIPs
verifiers/envs/multibranch_env.py
wip/
old/

# Incomplete environments
environments/aime2024/
environments/vf_acebench/
environments/vf_bfcl_v3/
environments/vf_hotpotqa/
environments/vf_truthful_qa/
environments/vf_reverse_text_mini/