*.pyc
*.pyo
.installed.cfg
.tox
bin
develop-eggs
dist
downloads
eggs
parts
build
*.egg-info
*.egg
.DS_Store
.project
.pydevproject
.settings
.idea
*~
docs/_build
tests/.installed.cfg
tests/.buildoutsig
tests/bin
tests/develop-eggs
tests/downloads
tests/eggs
tests/parts
tests/personal*.cfg
tests/project/personal*.py
tests/reports/
distribute*
lib/
include/
tests/tmp/
*.coverage
/coverage-reports
htmlcov/
share/
.coverage*
# Written by setuptools_scm.
phonenumber_field/version.py
# Generated automatically during the release process
phonenumber_field/locale/*/LC_MESSAGES/django.mo
# python virtualenv
.venv/
venv/
# python virtualenv or environment file (potential secrets)
.env
