# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Go build output (binaries only, not source directories) /server /project-notes cmd/server/server # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Go workspace file go.work # Dependency directories vendor/ # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Notes directory (if you want to keep notes private) # Uncomment the following line to ignore notes: # notes/ # Frontend build artifacts node_modules/ static/dist/ frontend/node_modules/ # Logs *.log # Environment files .env .env.local