-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (64 loc) · 1.71 KB
/
Copy path.gitignore
File metadata and controls
82 lines (64 loc) · 1.71 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
# Git worktrees (linked, not meant to be committed)
.worktrees/
# Node dependencies
node_modules/
# macOS metadata
.DS_Store
**/.DS_Store
# TaskWarrior data (sqlite3 files are runtime databases, never commit)
*.sqlite3
profiles/*/.task/taskchampion.sqlite3
profiles/*/.task/taskchampion.sqlite3-shm
profiles/*/.task/taskchampion.sqlite3-wal
functions/*/.task/taskchampion.sqlite3
functions/*/.task/taskchampion.sqlite3-shm
functions/*/.task/taskchampion.sqlite3-wal
# GitHub sync logs and state
profiles/*/.task/github-sync/*.log
profiles/*/.task/github-sync/errors.log
profiles/*/.task/github-sync/
# Profile runtime data (never commit)
profiles/*/.config/
profiles/*/list/
# Logs
*.log
# Python cache
__pycache__/
**/__pycache__/
*.pyc
# Environment files (secrets, never commit)
.env
**/.env
*.env.local
*.env.*.local
# TaskWarrior state files (runtime)
.task/
.state/
# IDE settings
.vscode/
.kiro/
# Generated heuristic files (user-specific, regenerated by ww compile-heuristics)
config/cmd-heuristics.yaml
config/cmd-heuristics-corpus.yaml
# Profile data (user-specific, never commit)
profiles/*
!profiles/README.md
# Legacy personal journal configs and content
functions/journals/CONFIG/
functions/journals/private/
# Profile-specific context docs (contain profile names)
dev/context/
# Profile-specific question templates
services/questions/babb-*
services/questions/bin/babb-*
services/bookbuilder
# Legacy devsystem (superseded by dev/)
devsystem/
# Warlock: task-warlock install dirs (runtime, ~200MB+)
tools/warlock/source/
tools/warlock/settings/
resources/inventory/
stream/stream.log
stream/.cache/
# Local, per-machine Claude permissions — never commit (leaks paths, usernames, grants)
.claude/settings.local.json