-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (50 loc) · 1.56 KB
/
Copy path.gitignore
File metadata and controls
58 lines (50 loc) · 1.56 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
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
*.pyc
.DS_Store
# LaTeX build artifacts
*.aux
*.log
*.out
*.synctex.gz
*.fls
*.fdb_latexmk
*.toc
# Generated outputs (per-figure, opt-in via examples/)
# Track directories (via .gitkeep) but ignore contents by default.
# To commit a finished export, use `git add -f examples/<name>/exports/<file>`.
/output/
/tmp/
.scratch/
**/build/*
**/exports/*
**/previews/*
!**/build/.gitkeep
!**/exports/.gitkeep
!**/previews/.gitkeep
# Golden fixtures are reproducibility baselines, not ordinary generated output.
# Keep build/ ignored; track only accepted export artifacts for named golden fixtures.
!plugins/figure-agent/examples/golden_trap_depth_picture/exports/golden_trap_depth_picture.pdf
!plugins/figure-agent/examples/golden_trap_depth_picture/exports/golden_trap_depth_picture.svg
!plugins/figure-agent/examples/golden_trap_depth_picture/exports/golden_trap_depth_picture.tif
!plugins/figure-agent/examples/golden_trap_depth_picture/exports/golden_trap_depth_picture.png
# Build artifacts (ZIP bundles from cowork/)
dist/
# Editor
.vscode/
.idea/
.superpowers/
.claude/
.codex/
.worktrees/
# Live blinded-review keys are local-only and never publishable.
**/.review-private/
# Local agent-native MCP registration (machine-specific absolute paths).
# Root-anchored so the tracked bundle config plugins/figure-agent/.mcp.json stays committed.
/.mcp.json
# Browser-automation session captures. They are local debugging output, and an
# untracked one used to break the fig3 scope guard, which reads the live git
# surface.
**/.playwright-mcp/