# datasets/docs
data
*.csv
*.log

# IDE temp files #
.vscode/
.ipynb_checkpoints
*.egg-info

# C extensions
*.so

# Python files #
.venv
dist
build
notebooks
*.whl
*.pytest_cache
__pycache__


# OS generated files #
######################
.directory
.DS_Store
Icon?
Thumbs.db

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*mypy*
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# mkdocs documentation
/site

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
