# Compiled binary (root only; not the cmd/hsa/ package dir)
/hsa

# Env files (keep the example)
*.env
.env
!.env.example

# Local data: SQLite DB + uploaded receipt files
data/
*.db
*.db-shm
*.db-wal

# Generated output from the call_claude.sh prototype
response.json

# Go build/test artifacts
*.test
*.out
coverage.*
