-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (54 loc) · 985 Bytes
/
.gitignore
File metadata and controls
67 lines (54 loc) · 985 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
57
58
59
60
61
62
63
64
65
66
67
.superpowers/
.worktrees/
# ESP-IDF
bsp/esp-idf/
.espressif/
firmware/.envrc
host/.envrc
# Firmware build artifacts
firmware/build/
firmware/test/test_notification
firmware/test/test_config_store
firmware/sdkconfig
firmware/sdkconfig.old
firmware/managed_components/
firmware/dependencies.lock
# Python
host/venv/
host/.venv/
host/.direnv/
*.pyc
__pycache__/
.pytest_cache/
# py2app build artifacts
host/build/
host/dist/
host/.eggs/
# Simulator build artifacts
simulator/build/
simulator/build-static/
# Firmware test binaries
firmware/test/test_rle_decode
# Screenshots
shots/
# Debug / scratch
.debug/
# Asset sources (binary, not code)
*.piskel
clawd0.png
# IDE / tooling caches
firmware/.cache/
.DS_Store
# Misc
firebase-debug.log
host/clawd_tank_menubar/_version_info.py
.gitnexus
# Claude Code local state
.claude/
# One-off / personal docs
gifs/
docs/master/
docs/posts/
docs/claude_hooks_integration_plan.md
docs/hooks_reference.md
assets/svg-animations/prompts/