# Environment (legacy — app no longer reads .env, but guard against accidental commit)
.env

# Stale build artifact from go build . (use go build ./src/cmd instead)
cmd

# Build artifacts (binary is distributed with the repo)
bin/*.log
bin/db.sqlite
bin/db.sqlite-wal
bin/db.sqlite-shm

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Dependencies
vendor/