*.swp
.DS_Store
.cache
tmp/

# intellij files
.idea
.idea_modules/
*.ipr
*.iws
*.iml
out

# gradle build
.gradle
.out/
build
dependencies.lock
**/dependencies.lock
gradle/
gradle/wrapper/gradle-wrapper.jar

# rat library install location
lib/

# web site build
site/site

# benchmark output
spark/v2.4/spark/benchmark/*
!spark/v2.4/spark/benchmark/.gitkeep
spark/v3.0/spark/benchmark/*
!spark/v3.0/spark/benchmark/.gitkeep
spark/v3.1/spark/benchmark/*
!spark/v3.1/spark/benckmark/.gitkeep
spark/v3.2/spark/benchmark/*
!spark/v3.2/spark/benchmark/.gitkeep

__pycache__/
*.py[cod]
.eggs/
.tox/
env/
venv/
*.egg-info/
test-reports
build/
dist/
sdist/
.coverage
coverage.xml
.pytest_cache/

# vscode/eclipse files
.classpath
.project
.settings
bin/

# Hive/metastore files
metastore_db/

# Spark/metastore files
spark-warehouse/
derby.log

# Python stuff
python_legacy/.mypy_cache/
python/.mypy_cache/
