35 lines
378 B
Text
35 lines
378 B
Text
.git
|
|
.github
|
|
.vscode
|
|
.windsurf
|
|
|
|
# Build outputs
|
|
bin/
|
|
dist/
|
|
coverage/
|
|
|
|
# Local data outputs (compose bind mounts)
|
|
data/
|
|
logs/
|
|
data_active/
|
|
workspaces/
|
|
|
|
# Local artifacts
|
|
.local-artifacts/
|
|
|
|
# Zig build cache/output
|
|
cli/.zig-cache/
|
|
cli/zig-out/
|
|
.zig-cache/
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
|
|
# Not needed for building Go binaries
|
|
monitoring/
|
|
docs/
|
|
examples/
|