chore: update gitignore — exclude local files and test audio
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d5bfe4a558
commit
f1f3bfe5de
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -148,3 +148,12 @@ storybook-static
|
|||
|
||||
# v0.941: Swagger docs.go generated by CI (swag init)
|
||||
veza-backend-api/docs/docs.go
|
||||
|
||||
# Claude Code local memory
|
||||
.claude/
|
||||
|
||||
# Test audio files (large binaries)
|
||||
veza-backend-api/audio/
|
||||
|
||||
# SELinux policy (local)
|
||||
qemu-fusefs.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue