Remove settings.local.json and update .gitignore to include .claude directory

This commit is contained in:
Misaka_Company
2026-01-12 16:25:23 +08:00
parent d4db287940
commit a500f45a29
2 changed files with 5 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
{
"permissions": {
"allow": [
"Bash(python etl_manager.py --help)",
"Bash(python run_incremental_sync.py)",
"Bash(python -c \"import run_incremental_sync; print\\(''run_incremental_sync.py: import OK''\\)\")",
"Bash(python -c \"import etl_manager; print\\(''etl_manager.py: import OK''\\)\")",
"Bash(python -c \"import init_full_sync; print\\(''init_full_sync.py: import OK''\\)\")",
"Bash(python -c \"import migration; print\\(''migration.py: import OK''\\)\")",
"Bash(python migration.py)",
"Bash(python -c \"import log_utils; from log_utils import LoggerManager, log_start, log_complete; print\\(''log_utils: OK''\\)\")"
]
}
}

6
.gitignore vendored
View File

@@ -4,4 +4,8 @@ build
dist dist
log log
*.spec *.spec
temp temp
# Claude 临时文件
.claude/
tmpclaude-*