# Binaries
/apex
/cmd/apex/apex
*.exe
*.dll
*.so
*.dylib

# Test binaries
*.test

# Dependencies
/vendor/
go.sum

# Database
*.db
*.sqlite
*.sqlite3

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Build
/bin/
/dist/

# Secrets (never commit)
.env
.env.local
*.key
*.pem

# Output
/output/
/reports/

# Claude workflow state — must not be stashed by session-stop hook
.active-item.json
.workflow-approved
.workflow-bypass
.workflow-state.json

# Claude tooling artifacts
.claude/
agent-spawns/

# Workflow artifacts (private repo only)
audits/
.active-item.json
.workflow-state.json
*.log

# Runtime outputs
cv_*.html
cv_*.pdf
*.pdf
*.docx
batch/*.json

# Compiled binary
/apex

# Local dev artifacts
*.db
