# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Go build output complexity-analyzer complexity-analyzer.exe main main.exe # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out coverage.txt coverage.html # Go workspace file go.work # Environment variables .env .env.local .env.*.local # Temporary files tmp/ temp/ *.tmp *.swp *.swo *~ # Logs *.log logs/ # IDE/Editor files .vscode/ .idea/ *.iml .DS_Store .AppleDouble .LSOverride Thumbs.db desktop.ini # Complexity test temporary files complexity-test-*/ # Node modules (if frontend tooling is added) node_modules/ # Build artifacts dist/ build/ # Air live reload .air.toml tmp/ # Dependency directories (optional, usually committed) vendor/