Initial commit: split dlp-io library out of DataPacker

This commit is contained in:
2026-07-31 14:58:37 +08:00
commit 3b0c81fd9d
22 changed files with 2509 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Python cache
__pycache__/
**/__pycache__/
*.py[cod]
*.pyc
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Virtual environments
.env
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
Desktop.ini
# Logs
*.log
# Test output
.pytest_cache/
.coverage
htmlcov/
# Temporary files
*.tmp
*.temp
*.bak