Files
honeypeer-viz-cli/.gitignore
T
snxraven 7ac05f989d
ci / test (push) Failing after 52s
ci / release (push) Has been skipped
Updates
2026-07-10 14:59:29 -04:00

30 lines
279 B
Plaintext

# Build outputs
bin/
dist/
hp-viz
hp-viz-*
*.exe
# Local env / secrets
.env
.env.*
!.env.example
bin/.env*
# Recorded streams / scratch
feed.jsonl
*.jsonl
!tests/fixtures/**
# IDE / OS
.idea/
.vscode/
*.swp
*~
.DS_Store
# Coverage / tooling
coverage.out
coverage.html
*.test