-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (78 loc) · 1.47 KB
/
Copy path.gitignore
File metadata and controls
89 lines (78 loc) · 1.47 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.env
*.egg-info/
dist/
build/
.eggs/
# EDUagent runtime
*.json
!examples/**/*.json
!eduagent/demo/*.json
!clawed/demo/*.json
!cli/**/*.json
eduagent_output/
clawed_output/
eduagent_data/
clawed_data/
# v4.11.2026.1 — explicit entries for high-risk secrets, in case the
# *.json wildcard above ever gets an allow-back added for a
# subdirectory that would otherwise collide with these filenames.
secrets.json
**/secrets.json
api_token
**/api_token
.credentials.json
**/.credentials.json
bot.lock
**/bot.lock
oauth_token.json
**/oauth_token.json
bot_token.json
**/bot_token.json
# SQLite databases — should never be committed. Ignore by extension
# anywhere in the tree (matches state.db, approvals.db, clawed.db,
# and any *-shm / *-wal WAL files created by SQLite).
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
# CLI (TypeScript/Ink build)
cli/node_modules/
cli/dist/
cli/.bun/
cli/source/cli.js
# cli/source/cli.js.map — tracked via git-lfs (needed for TS build in CI)
# Bundled CLI (build artifacts, included in wheel via force-include)
# Track .gitkeep so the directory exists for pip install from git
clawed/_cli_bundle/*
!clawed/_cli_bundle/.gitkeep
# Build prompts (internal)
BUILD_PROMPT.md
# Local utility scripts
check_jon.py
check_db.py
update_jon_persona.py
output/
daemon/node_modules/
sample_deck/