# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tmp_spark_tables/

# Spark
derby.log
metastore_db/
spark-warehouse/

# OS
.DS_Store
Thumbs.db

