*.env
# Dolt database files (added by bd init)
.dolt/
*.db

# Python bytecode
**/__pycache__/
*.pyc

# Build artifacts
go/dist/
go/drl
dist/
*.egg-info/

# Bundled Go binary (copied by hatch build hook)
python/drl/drl
python/drl/drl.exe

# Agent cache files
**/.claude/.cache/

# Agent runtime logs
agent_logs/

# Credential keys
.beads/.beads-credential-key

# Ephemeral hook state
.claude/.drl-last-phase
.drl-phase-state.json

# Stale worktree debris
drltmp/

# LaTeX build artifacts
paper/*.aux
paper/*.log
paper/*.bbl
paper/*.blg
paper/*.out
paper/*.toc
paper/*.synctex.gz
paper/*.pdf
paper/sections/*.aux

# Reproducibility manifest (generated)
paper/repro_manifest.json
