30 lines
279 B
Plaintext
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
|