init code

This commit is contained in:
2026-03-04 13:56:08 +08:00
commit 755b3ccde7
11 changed files with 1052 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.env
.venv/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store