# macOS
.DS_Store
# notebook checkpoints
.ipynb_checkpoints/
.nb.html
# compilation
__pycache__/
*.pyc
*.c
*.so
# visual studio
.vscode/
# package build
build/
dist/
dropkick.egg-info/