-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 847 Bytes
/
.gitignore
File metadata and controls
56 lines (45 loc) · 847 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
53
54
55
56
# OpenClaw workspace - DEUS Agent
## Git Ignore Rules
# OpenClaw runtime files
.openclaw/
.openclaw-flush
# Temporary staging/imports
.tmp/
logs/bootstrap-validation.json
logs/openclaw-integration-test.json
# Backup files
*.bak
*~
# OS files / archive junk
.DS_Store
Thumbs.db
__MACOSX/
*.AppleDouble
# Node/npm (if applicable)
node_modules/
npm-debug.log*
# Python
__pycache__/
*.py[cod]
*$py.class
# IDE
.vscode/
.idea/
*.swp
*.swo
# Secrets
.secrets/
*.env
.env.local
.env.production
# agentplane: local-only post-install overlay
.env
.agentplane/
AGENTPLANE.md
AGENTS.md.bak-*
CLAUDE.md.bak-*
# tech-news-digest disposable runtime artifacts
projects/tech-news-digest/data/editorial-memory.json
projects/tech-news-digest/data/fetched.json
projects/tech-news-digest/data/used-sources.json
projects/tech-news-digest/logs/alerts.ndjson