5232609719
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
35 lines
628 B
Plaintext
35 lines
628 B
Plaintext
# Runtime data — gitignored and churns constantly
|
|
# (CA certs, agent certs, per-instance sidecar metadata, container logs, backups)
|
|
data/
|
|
|
|
# Compiled binaries (dev artifacts, not source)
|
|
agent.exe
|
|
controller.exe
|
|
panelctl.exe
|
|
*.exe
|
|
|
|
# Generated protobuf stubs — regenerated by `buf generate`
|
|
# Keep them searchable since they're committed, but deprioritize vs. source proto
|
|
# (no ignore — just noting that proto/panel/v1/*.pb.go is generated)
|
|
|
|
# Go build + test caches
|
|
*.test
|
|
*.prof
|
|
vendor/
|
|
|
|
# Git internals
|
|
.git/
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Archive / backup files
|
|
*.rar
|
|
*.zip
|
|
*.7z
|
|
*.tar
|
|
*.tar.gz
|