forked from Prism-Shadow/penguin-harness
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (30 loc) · 784 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (30 loc) · 784 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
.DS_Store
# dependencies
node_modules/
# build output
dist/
*.tsbuildinfo
# web assets copied into the server package at npm publish time
packages/server/web-dist/
# secrets / local config
.env
.env.*
!.env.example
# agenthub trace cache
cache/
# legacy .penguin workspace symlink (no longer created; ignored for old working copies)
.penguin
# logs
*.log
# claude code session state (worktrees, skills)
.claude/
# playwright e2e artifacts
packages/web/test-results/
packages/web/playwright-report/
# blog images staged locally by the landing capture/render scripts, then uploaded to
# the community repo's blog-assets/ — never committed here (see lib/links.ts)
packages/landing/.blog-assets/
# local design-doc symlink and agent instructions
/design
/AGENTS.md
/CLAUDE.md