初始合入databridge,用于后续数据的导出导入

This commit is contained in:
2025-07-25 11:54:20 +08:00
commit 71045d7531
22 changed files with 815 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.python-version
# Environment files
.env
.venv/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.egg-info/
build/
dist/