-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (67 loc) · 1.97 KB
/
Copy path.gitignore
File metadata and controls
84 lines (67 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# 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
# macOS
.DS_Store
# Editor/IDE
.idea/
.vscode/
vendor
go/nl6/nl6
go/nl6/nl6.pid
go/nl6/startup.log
go/nl6-reconcile
# Release build artifacts
dist/
# Docs site build output and local toolchain artefacts (Docusaurus)
build/
.docusaurus/
node_modules/
# AI tools — working directories for AI/agent CLIs and spec-driven workflows.
# Session-private, never committed.
# OpenSpec working directory — spec-driven change proposals, archived
# changes, and capability specs are managed as a local workflow artifact,
# not as versioned project documentation.
openspec/
# BMad framework scratch output (explorations, review artifacts).
_bmad-output/
_bmad/
# Per-CLI harness working directories (hooks, settings, transcripts,
# locally-configured skills). Each AI CLI keeps session-private state
# here; never shared, never committed. AGENTS.md / GEMINI.md are NOT
# listed because those are committed symlinks to CLAUDE.md (single
# source of truth for project context).
.agent/
.agents/
.claude/
.codex/
.gemini/
# Stale Python virtualenv from the pre-Docusaurus MkDocs docs toolchain.
# The docs site is Docusaurus (Node) now; this can be removed: rm -rf .venv
.venv/
# Scenario report captured from the running simulator. The loadtest runbooks
# tell operators to write it into the CWD (`curl .../report > report.json`,
# docs/reference/loadtest-runbooks.md), so it lands at the repo root and
# otherwise shows up in `git status` after every load test.
/report.json
/collector.csv