-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (87 loc) · 1.83 KB
/
Copy path.gitignore
File metadata and controls
102 lines (87 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.venv/
__pycache__/
*.egg-info/
*.pyc
dist/
build/
.pytest_cache/
.modal_cache/
*.onnx
*.onnx.data
*.trt
*.engine
tether_export/
**/tether_export/
# Reference repos — local shallow clones of competitor OSS for serve work.
# See reflex_context/01_decisions/2026-04-22-reference-repos-folder.md.
# Ignore the cloned source dirs but commit our .md design docs at the top.
reference/triton/
reference/vllm/
reference/tgi/
reference/ray/
reference/trtllm/
reference/lerobot/
reference/openpi/
reference/FluxVLA/
# Local eval-runner output — re-generated on each `reflex eval` run; the
# diff churn (always present after a local fire) just clutters git status.
eval_output/
# Local `reflex verify` output — PARITY.md receipt is re-generated each run.
verify_output/
# Editor-agent session logs (never commit — were leaked to public repo in Apr 2026)
.agents/
# License backup from BSL switch
LICENSE.apache.bak
# Don't accidentally create a sibling reflex_context vault inside reflex-vla.
# The actual vault lives at /Users/romirjain/Desktop/building projects/reflex_context/.
# This guard prevents agents/IDEs that can't see the parent dir from making
# a misplaced copy (caught 2026-04-29).
reflex_context/
# Stray cruft from prior accidents — preempt staging them
=*
LICENSE.bak*
*.pyc
# Cloudflare Wrangler local state (per-worker .wrangler/ dirs hold local D1
# replicas + dev-server state; never commit)
.wrangler/
**/.wrangler/
**/wrangler.toml.bak
# Secrets - never commit
.env
.env.*
.env*
!.env.example
!.env.sample
**/firebase-adminsdk*.json
**/service-account*.json
*.pem
*.p12
*.key
# macOS
.DS_Store
# IDE
.idea/
*.swp
.vscode/
# Node
node_modules/
dist/
.next/
.wrangler/
.dev.vars
out/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/
*.egg-info/
# Xcode/Swift
DerivedData/
*.xcuserstate
xcuserdata/
.swiftpm/
# Logs
*.log