blob: f601b9b7b8fe5fc9287810746909c2648450b892 [file]
# Eclipse project files
.cproject
.project
.settings/
# Visual Studio Code
.vscode/
# OSX files
.DS_Store
# Python created files
.eggs/
.tox/
dist/
datasketches.egg-info/
datasketches/__pycache__/
tests/__pycache__/
# build aritfacts
build/
docs/build/