initial public release
This commit is contained in:
+70
@@ -0,0 +1,70 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user