# Environment files (contain secrets) .env .env.local .env.production # Build artifacts /bin/ *.exe *.dll *.so *.dylib # Test binary *.test # Output of go coverage *.out # IDE .idea/ .vscode/ *.swp *.swo # OS files .DS_Store Thumbs.db # Logs *.log logs/ # Temporary files tmp/ temp/