-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (54 loc) · 1.28 KB
/
.gitignore
File metadata and controls
68 lines (54 loc) · 1.28 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
.DS_Store
.vscode-test/
.vscode-test-web/
node_modules/
dist/
dist-sourcemaps/
# created by simulation
.simulation
# stores wasm and other build files
.build
# created by python scripts
__pycache__/
.venv*
.ruff_cache/
*.egg-info/
# Secret token files
/.env
*.token
# Test infra
test/simulation/language/harness/
# localization files are generated in the build
l10n/
# vitest --coverage
coverage/
# Base cache database (GC mode)
test/simulation/cache/_base.sqlite
test/aml/out
# Ignore files in huksy (else we always end up with files when creating worktrees)
.husky/_/
# claude
.claude/settings.local.json
# VS Code extension debug profile (agent-browser automation)
.vscode-ext-debug/
# playwright
.playwright-mcp/
# Chat customizations
.agents/agents/*.local.md
.claude/agents/*.local.md
.github/agents/*.local.md
.agents/agents/*.local.agent.md
.claude/agents/*.local.agent.md
.github/agents/*.local.agent.md
.agents/hooks/*.local.json
.claude/hooks/*.local.json
.github/hooks/*.local.json
.agents/instructions/*.local.instructions.md
.claude/instructions/*.local.instructions.md
.github/instructions/*.local.instructions.md
.agents/prompts/*.local.prompt.md
.claude/prompts/*.local.prompt.md
.github/prompts/*.local.prompt.md
.agents/skills/.local/
.claude/skills/.local/
.github/skills/.local/