*.pyc
__pycache__/
*.sw*
db.sqlite
.idea/

# Distributions.
.eggs/
build/
dist/
django_allauth_2fa.egg-info/

# Testing
.coverage
htmlcov
.tox

# Docs
_build
