#############################################################
# .gitignore                                                #
#############################################################

.git
.gitignore

# Python cache
__pycache__/
pyIndego/__pycache__/
.pypirc

# Imported libraries
certifi/
chardet/
idna/
requests/
urllib3/

# Test script
config.py
config.json
test_pyIndego.py
test_replace.py
release.ps1
release_pyIndego.ps1
map.svg

# Log files
*.log

# Python wheel build package
build/
dist/
pyIndego.egg-info/
_build.cmd