# IDEs
.vscode/
__debug_bin
.idea/
.DS_Store
.swp
*~

# Python cache files
__pycache__/
*.egg-info/

# Build artifacts
build/
dist/

.coverage
bin

coverage.xml
htmlcov/

# Documentation build
docs/_build/

# Local E2E: cloned for building Spark Operator image (SPARK_OPERATOR_IMAGE_TAG=local)
spark-operator/
