Skip to content

Commit 0369e67

Browse files
Joey Ashleyclaude
andcommitted
chore: remove tracked pycache, node_modules, .DS_Store, .coverage from git
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a1c816 commit 0369e67

85 files changed

Lines changed: 14 additions & 1795 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-10 KB
Binary file not shown.

.claude.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.coverage

-52 KB
Binary file not shown.

.gitignore

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,18 @@ test_roundtip.sh
100100
!examples/*.db
101101
!demo/*.db.example
102102

103-
# Claude Code
104-
.claude/session-*/
105-
.claude/projects/*/cache/
106-
107-
# Archives
103+
# Claude Code / dev internals — not for public consumption
104+
.claude/
105+
.serena/
106+
.planning/
108107
.archive/
108+
.env.example 2
109+
110+
# Dev reports and scratch files
111+
SHELL_HANDLER_TEST_RESULTS.txt
112+
MVP_IMPLEMENTATION.yaml
113+
coverage.json
114+
prd.json
115+
116+
# Claude Code project config
117+
.claude.json
-745 Bytes
Binary file not shown.

__pycache__/models.cpython-313.pyc

-10.8 KB
Binary file not shown.
-61.2 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-367 Bytes
Binary file not shown.
-20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)