Files
VLoop/.gitignore
hhs e3c68dd6d3
Some checks failed
CI / Backend (push) Has been cancelled
CI / Frontend (push) Has been cancelled
docs: 添加部分注释
2026-07-01 19:34:13 +08:00

39 lines
439 B
Plaintext

.run/
backend/.run/
data/
.sisyphus/
docs/
CLAUDE.md
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env file
.env
# Editor/IDE
.idea/
.vscode/
.claude