feat(all): init

This commit is contained in:
2026-01-21 22:15:12 +08:00
commit b896ed6644
8 changed files with 89 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
.venv
__pycache__
*.pyc
test
*.log
dist
build
*.egg-info
.env
# IDE specific files
.vscode/
.idea/
*.iml
.pytest_cache/
.coverage
coverage.xml
.tox/