Files
spark-mcp/.gitignore
T
2026-07-10 10:19:28 +08:00

26 lines
250 B
Plaintext

# 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