-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (43 loc) · 881 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (43 loc) · 881 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
41
42
43
44
45
46
47
48
49
50
51
52
53
# Build output
build/
build-*/
cmake-build-*/
out/
# Generated tooling files
compile_commands.json
.cache/
# IDE / editor
.vscode/
.idea/
*.user
*.xcworkspace
*.xcodeproj
DerivedData/
# OS
.DS_Store
Thumbs.db
# Local agent / private notes (never commit)
TODO.md
STRUCTURE.md
CLAUDE.md
.claude/
.agents/
skills-lock.json
# Legacy doobie promo material kept on disk, not part of this repo
videos/
# Rendered demo audio (regenerate with tools/epi_render.cpp)
demos/
# design-sync
.ds-sync/
ds-bundle/
.design-sync/.cache/
.design-sync/learnings/
.design-sync/node_modules
# Private working notes, never published
COMPARISON-NOTES.local.md
RELEASE_OPINION.md
# Python bytecode from the developer tools in tools/
__pycache__/
# The assembled WebAssembly site. Generated by tools/build-web.sh and
# deployed from CI, so it is a build output like build/ and not a source.
/web/