-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (28 loc) · 727 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (28 loc) · 727 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
node_modules/
dist/
data/
*.local
# .env may hold real keys; .env.local is covered by *.local. Only .env.example is tracked.
.env
.DS_Store
playwright-report/
test-results/
py-tests/.venv/
packages/cli/NOTICE
packages/cli/LICENSE
*.tgz
*.tsbuildinfo
__pycache__/
# Internal working documents live in docs/internal/ and are never published
docs/internal/
# Local agent/session artifacts (launch configs, worktrees)
.agent/
# .agents and .claude are tracked in this private repo (publish-public.sh strips both
# from the public export); ignore only worktrees and machine-local runtime files.
.agents/worktrees/
.claude/settings.local.json
.claude/launch.json
.claude/*.lock
/.playwright-mcp
/.playwright-cli/
/skills-lock.json