-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (58 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
69 lines (58 loc) · 1.06 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
venv/
.venv/
env/
# Node/Svelte
node_modules/
web/dist/
src/claude_comms/web/dist/
web/.svelte-kit/
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
.env.local
*.pem
*.key
*.crt
# Claude Comms runtime
*.log
*.jsonl
notifications/
state/
locks/
# Testing/Coverage
.coverage
htmlcov/
test-results/
web/playwright-report/
# Linters/Type checkers
.ruff_cache/
.mypy_cache/
# OS
Thumbs.db
.DS_Store
# Internal scratch: agent work logs and leftover agent worktrees
# (kept on local disk, intentionally out of the public repo)
.worklogs/
.claude/worktrees/
# Design mockups: keep only the gallery assets the README links;
# concept HTML drafts and stale screenshot iterations stay local
mockups/*
!mockups/gallery-*.png
# Internal recruiter-facing demo guide: kept on local disk, not published
docs/dev/DEMOS.md
# agent harness run outputs (real-agent, non-deterministic, may contain transcripts)
tools/agent-harness/runs/