chore(gitignore): ignore local Claude settings and Jupyter checkpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 10:33:35 +01:00
co-authored by Claude Opus 4.6
parent cd3cdad11c
commit 9ac817bb6e
2 changed files with 4 additions and 17 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(docker logs:*)",
"Bash(docker ps:*)",
"Bash(docker inspect:*)",
"Bash(tree:*)",
"Bash(nvidia-smi:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []
}
}
+4
View File
@@ -70,6 +70,10 @@ docker-compose.override.yml
# Local configuration (machine-specific) # Local configuration (machine-specific)
local.yml local.yml
local.config local.config
.claude/settings.local.json
# Jupyter notebook checkpoints
.ipynb_checkpoints/
# Archive files # Archive files
*.zip *.zip