6935049934
VSCode Claude Code extension creates .claude/settings.local.json with local permission overrides — these are user-machine-specific and should not be tracked in the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
334 B
Plaintext
29 lines
334 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Experiments — work-in-progress, not synced to consumers
|
|
experiments/*
|
|
!experiments/README.md
|
|
!experiments/.gitkeep
|
|
|
|
# Secret resolution artifacts (post-install)
|
|
*-resolved.json
|
|
.brain-deferred-secrets.txt
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
*.swp
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|