# Local configuration and secrets
.env
.env.*
!.env.example

# Runtime state
/data/
/run/
/uploads/
*.db
*.db-shm
*.db-wal
*.sock
*.pid
*.log

# Build artifacts
/bin/
/dist/
/build/
/tmp/

# Go/test artifacts
*.test
coverage.out

# Editor/OS noise
.DS_Store
.idea/
.vscode/
