docs: 添加README和.gitignore

This commit is contained in:
2026-04-11 11:52:23 +08:00
parent 46216205fe
commit c27fc8c02f
2 changed files with 128 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
dist/
build/
# Database
*.db
*.sqlite
*.sqlite3
# Logs
logs/
*.log
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Config (if contains secrets)
config.local.*
*.secret