-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 948 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 948 Bytes
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
# Binaries
/agentenv
*.exe
dist/
/bin/
# Cross-compiled binaries dropped into verify/docker/ by `make verify-mcp` and
# `make verify-rollback` so the Dockerfile can COPY them in.
/verify/docker/agentenv-linux-*
# Local snapshot store / test artifacts
/agentfs/
*.img
*.out
# Go
*.test
*.prof
coverage.txt
# Editor / OS
.DS_Store
.idea/
# Devcontainer / JetBrains gateway scratch files generated during image build
/.devcontainer/.features.temp.dockerfile
/.devcontainer/.*.tmp
# Devcontainer / JetBrains gateway scratch files generated during image build
/.devcontainer/.features.temp.dockerfile
/.devcontainer/.*.tmp
# Allow committed shared settings, ignore per-user editor state.
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
# Local-only working docs (not for public repo)
/REVIEW_ISSUES.md
/.claude/
# Recording tool binaries (fetched via scripts/fetch-recording-tools.sh)
/scripts/.recorder-bin/
# Python
__pycache__/
*.pyc