Remove .claude folder and add to gitignore

- Remove Claude Code settings from repository
- Add .claude/ to gitignore to prevent future commits
- Add Adafruit Unified Sensor dependency for CI builds

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ladyada 2025-08-26 16:57:25 -04:00
parent 42528b07aa
commit 5d58b347f9
2 changed files with 2 additions and 17 deletions

View file

@ -1,16 +0,0 @@
{
"permissions": {
"allow": [
"Bash(arduino-cli lib examples:*)",
"Bash(arduino-cli compile:*)",
"Bash(arduino-cli upload:*)",
"Bash(arduino-cli board:*)",
"Bash(git init:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(\"/c/Program Files/TortoiseGit/bin/puttygen\" \"C:\\Users\\ladyada\\Dropbox\\shared\\github.ppk\" -O private-openssh -o ~/.ssh/id_rsa)",
"Bash(python3:*)"
],
"deny": [],
"ask": []
}
}

1
.gitignore vendored
View file

@ -55,3 +55,4 @@ output.txt
# Claude Code development files
CLAUDE.md
.claude/