.gitignore 412 Bytes
*.pyc
*.pyo
*.swp
*~

# Packages
*.egg
*.egg-info
dist
build/
eggs
sdist

# OS
.directory

# Sphinx builds
_build

# Installer logs
pip-log.txt

# Flake8 violation file
violations.flake8.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
__pycache__
database.db
database_*.db
geocache.db

# Sphinx
docs/_build

# Virtual environments
venv
venv*

.webassets-cache
.DS_Store
*.sublime-*
.cache/
.idea