*.swp
.DS_Store
.cache
tmp/
site

# 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/v3.1/spark/benchmark/*
spark/v3.2/spark/benchmark/*
spark/v3.3/spark/benchmark/*
data/benchmark/*

__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/.mypy_cache/
python/htmlcov
python/coverage.xml
