# Environment variables .env .env.local .env.production # OS files .DS_Store Thumbs.db # IDE files .vscode/ .idea/ *.swp *.swo # Build artifacts *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Go workspace file go.work go.work.sum # Local data files data/ *.db *.sqlite *.sqlite3 # Sensitive files *.key *.pem config/secrets.json