-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (73 loc) · 1.36 KB
/
.gitignore
File metadata and controls
88 lines (73 loc) · 1.36 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
/_build/
/cover/
/deps/
/doc/
/tmp/
erl_crash.dump
*.ez
optimal_system_agent-*.tar
.env
*.db
*.db-journal
*.db-wal
*.db-shm
/priv/static/assets/
# Compiled sidecar binaries (built locally or via mix osa.setup)
priv/go/tokenizer/osa-tokenizer
priv/go/git/osa-git
priv/go/sysmon/osa-sysmon
*.beam
# Rust NIF build artifacts
native/osa_nif/target/
# Python bytecode
__pycache__/
*.pyc
# Node modules
node_modules/
# macOS/iCloud duplicate artifacts
*" 2"*
*" 3"*
# Go TUI compiled binary
priv/go/tui/osa
# Local OSA config/data
.osa/
# Crash dumps
rebar3.crashdump
erl_crash.dump
# Agent-generated sandbox files (created during testing)
todo-app/
app.js
index.html
styles.css
fibonacci.py
reverse_string.py
.DS_Store
TODO.md
# Scratch/research directories
.doc-research/
.env
run.bat
# Loose agent completion files (generated during dev)
agent-*-completion.md
# Test prompts (internal testing)
test-prompts/
# Workspace scratch files
workspace/
# Internal audit/dev docs (not for public repo)
tasks/
docs/LAYER_*
docs/ONION_*
docs/MIGRATION_*
docs/CLI_WIZARD_BUILD_PLAN.md
docs/ONBOARDING_DESIGN.md
docs/TOOL_PARITY.md
docs/TUI_REWRITE_SPEC.md
docs/TEST_PROMPTS.md
docs/ROADMAP.md
docs/CHANGELOG_FIXES.md
docs/archive/competitors/
docs/archive/research-legacy/
docs/reference/OPENCLAW_*
desktop/vite.config.ts.timestamp-*
# Competitive intelligence (never push)
.competitive-intel/