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