feat: basic function

This commit is contained in:
2026-05-11 00:44:15 +08:00
committed by qianrui.mmmy
commit e46b2b84c5
17 changed files with 1946 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
.DS_Store
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
# Python packaging artifacts
*.egg-info/
.eggs/
build/
dist/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Test and coverage outputs
.pytest_cache/
.coverage
.coverage.*
htmlcov/
# Type checker and linter caches
.mypy_cache/
.ruff_cache/
.pyre/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo