# config files used by Concierge
.env
concierge.yml

# generated certificates
self_signed_certificates

# files that appear to be due to installing dependencies, try un-ignoring these if needed
share
etc

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json

# package builds
dist