# Python
*.pyc
__pycache__
venv/

# Node
node_modules

# Docs
/docs/_build/

# Testing
/.pytest_cache/
/.tox/

# Python packaging
/build/
/dist/
wagtail_autocomplete.egg-info
wagtailautocomplete.sqlite
