# SPDX-FileCopyrightText: Amolith # # SPDX-License-Identifier: CC0-1.0 # Binary files /planning-mcp-server *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # IDE and editor files .idea/ .vscode/ *.swp *.swo *~ # Crush Agent stuff .crush/ # macOS .DS_Store # Build artifacts /dist/ /bin/ # Log files *.log