Commit ff1a2c4
Add comprehensive .gitignore and update PlatformIO installation docs
## Changes
**Documentation:**
- Update CLAUDE.md with `uv` as recommended PlatformIO installation method
- Add pip3 --break-system-packages as quick alternative
- Explain why uv: 10-100x faster, auto PATH handling, clean environment
**.gitignore:**
- Add PlatformIO build artifacts (.pio/, .vscode/, etc.)
- Add build outputs (*.bin, *.elf, *.map)
- Add Python cache files (__pycache__/, *.pyc, etc.)
- Add IDE and OS files
- Ignore .happy/ tool state directory
- Explicitly ignore bin/arduino-cli (legacy)
**Cleanup:**
- Remove bin/arduino-cli (switched to PlatformIO)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9fab64a commit ff1a2c4
3 files changed
+52
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
74 | 91 | | |
75 | 92 | | |
76 | 93 | | |
| |||
Binary file not shown.
0 commit comments