# compiled code
*.py[co]

# macOS
.DS_Store

# distribution / packaging
build/
dist/
*.egg-info/

# documentation
docs/build/*

# testing
.cache
.coverage*
.pytest_cache/

# textacy
resources/
data/
