first commit

This commit is contained in:
zmq
2026-05-26 14:16:16 +08:00
committed by Jerry Yan
commit 535d7f4ac5
40 changed files with 4571 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment files(允许提交示例)
.env
.env.*
*.env
!.env.example
!.env.*.example
# Logs & runtime artifacts
logs/
src/logs/
*.log
archives/
src/archives/
.debug.log
## Browser profiles / caches
.tmp_video_profile*/
# Tool caches
.pytest_cache/
.mypy_cache/
# IDE
.vscode/
.idea/
.trae/
.cursor/
# OS
.DS_Store
Thumbs.db
/tmp/