-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (39 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
51 lines (39 loc) · 1.01 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
# Build output
/build/
/build-*/
# Offscreen render artifacts + the mbgl-render tile cache
/renders/
cache.sqlite
# Large reference data (baked tiles / Go binary outputs) — regenerate locally
/reference/tiles/
/reference/assets/
# Generated, machine-specific styles (absolute asset paths) — gen-style.sh
/style/chart-*.json
# Zig
/.zig-cache/
/zig-out/
# Editor / OS
*.swp
.DS_Store
# Parity-oracle symlink (depends on sibling checkout layout)
/reference/chartplotter-go
__pycache__/
*.pyc
# Python venv (auto-managed by scripts/py.sh)
/.venv/
# Local engineering notes (not version-controlled)
/specs/
# Claude Code agent worktrees / session data
.claude/
# Large untracked local data — never commit (regenerate locally; vendor/ are submodules)
/charts/
/test/
/05CGD_ENCs.zip
# render outputs dropped at the repo root during dev
/a.pdf
/zig-out-*/
# Fetched zig packages, materialized per-project (the S-101 catalogue lands
# here when the submodule is not initialized).
zig-pkg/
# Local work in progress.
scratchpad/