-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (42 loc) · 788 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (42 loc) · 788 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
node_modules/
dist/
.env
.env.*
data/
!data/qoder_auth.wasm
!data/qoder-template-64k.bin
!data/qoder-template-100k.bin
*.log
# Python automation venv
src/automation/.venv/
src/automation/__pycache__/
# Debug files
hexos-last-request.json
hexos-raw-request.json
# Sensitive data - never commit
accounts.txt
*.accounts
~/.hexos/
db.json
proxies.json
usage.json
proxy-settings.json
# Test files
test_*.ts
# Dashboard build
dashboard/.next/
dashboard/node_modules/
dashboard/out/
# Plans
docs/plans/
# Reverse engineering docs (sensitive)
docs/cline-account-api.md
docs/kiro-api.md
docs/kiro-cli-api.md
docs/windsurf-reverse-engineering.md
docs/qoder-reverse-engineering.md
docs/devin-cli-reverse-engineering.md
# Assistant/AI config
.claude/
dashboard/CLAUDE.md
dashboard/AGENTS.md