diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index bb10ce6..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -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''\\)\")" - ] - } -} diff --git a/.gitignore b/.gitignore index 7a970b5..9ae416a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ build dist log *.spec -temp \ No newline at end of file +temp + +# Claude 临时文件 +.claude/ +tmpclaude-* \ No newline at end of file