# Binaries *.exe *.exe~ *.dll *.so *.dylib jd-book-uploader # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work # Environment variables .env # Firebase credentials firebase-service-account.json *.json !go.mod !go.sum # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Build artifacts dist/ build/ .env.example .env.production .env.local .env.production.example