chore: initialize project repository

This commit is contained in:
GitHub Actions
2026-03-18 21:23:50 +08:00
commit 14120394ce
23 changed files with 15737 additions and 0 deletions

47
.gitignore vendored Executable file
View File

@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environments
venv/
.venv/
env/
.env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Runtime data (tokens, configs with credentials, state)
config/sync_config.json
data/sync_config.json
data/state.json
data/tokens/
data/*.bak
# Local tool settings
.claude/settings.local.json
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.ace-tool/