chore: initial commit

This commit is contained in:
你的用户名
2025-11-01 21:58:03 +08:00
commit a05a7dd40e
65 changed files with 16590 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
__pycache__/
*.pyc
.venv/
.DS_Store
._*
.idea/
.mypy_cache/
.pytest_cache/
.env
logs/
*.log
*.sqlite
*.session