This commit is contained in:
tao.chen
2026-07-10 10:19:28 +08:00
commit 1dfef0f598
3 changed files with 82 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Virtual env
.venv/
# IDE
.idea/
.vscode/
# Data directory (persisted Spark connections / pending jobs)
data/
# Test / coverage
.pytest_cache/
.coverage
htmlcov/
# macOS
.DS_Store