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

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

# libraries
prime-rl

# outputs
wandb/
/outputs/
reports/
logs/
.chroma_db/

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