-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (20 loc) · 839 Bytes
/
Copy path.gitignore
File metadata and controls
22 lines (20 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
node_modules/
dist/
*.tsbuildinfo
.codeanalyzer/
# bun.lock is TRACKED (#107): CI runs `bun install --frozen-lockfile`, which is a silent
# no-op without it. bun.lockb is the superseded binary format and stays out.
bun.lockb
.DS_Store
# The PyPI long-description is the repo root README, copied in by build_wheels.sh at build time
# (single source of truth). The copy is generated, not tracked.
packaging/python/README.md
!CLAUDE.md
!AGENTS.md
# .claude is globally ignored (agent scratch state), but this branch's decision log is reviewable
# project record, tracked like CLAUDE.md/AGENTS.md above. A bare parent-directory exclusion can
# never be re-included by negating a child alone (git gitignore docs) -- un-ignore the dir, then
# re-ignore its contents, then except this one file.
!.claude/
.claude/*
!.claude/SCHEMA_DECISIONS.md