init project

This commit is contained in:
hongz
2026-02-03 00:54:48 +08:00
commit 89d4260eb8
18 changed files with 1404 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
# Environment variables
.env
# Store folder (E2EE keys)
store/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Distribution
dist/
build/
*.egg-info/
# OS files
.DS_Store
Thumbs.db