# Build output
/bin/
/dist/

# Local data / runtime state
/data/
/certs/
*.db
*.db-journal
*.db-wal
*.db-shm

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Coverage
coverage.out
coverage.html

# Local environment overrides
.env
.env.local
*.local

# Local diagnostic helpers (never shipped). Go's build tooling already
# skips paths beginning with _ or ., but ignore explicitly so nothing
# checked in here can leak into a release tarball.
/_diag/
