-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 722 Bytes
/
.gitignore
File metadata and controls
52 lines (44 loc) · 722 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
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Claude Code
.claude/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Data (private tracking data — never commit)
data/
summaries/
logs/
*.jsonl
*.log
# Runtime / user-local files (generated from *.default.yaml on first run)
daemon/learned_patterns.yaml
daemon/project_patterns.yaml
daemon/config.yaml
# Codex / misc
docs/.codex/
README\ *.md
# Docs — archived / work-in-progress variants (only docs/index.html is shipped)
docs/index2.html
docs/index3.html
docs/index_old.html
# Excalidraw / planning docs
WorkTracker-Uebersicht.excalidraw
WorkTracker-Umsetzungsplan-v3-Final.md