.ipynb*
!.gitignore
*.log
*.html
*.pyc
*.7z
venv
*.mmdb
# The MaxMind test database is a 21 KB Apache-2.0 fixture of synthetic records
# from MaxMind's own repository, not a licensed GeoLite2 build.
!tests/fixtures/*.mmdb
dev/
venv2
venv3
build
dist
*.egg-info
*.whl
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/
.pytest_cache/
coverage.xml
*.py,cover
.github/.DS_Store
know_your_ip.toml
# The example config is documentation, not a user's local secrets file.
!examples/know_your_ip.toml
docs/_build/
