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

# Python general
*.pyc

# IntelliJ and Pycharm IDEA files
*.iml
.idea

# general
.cache

# coverage.py
.coverage
coverage.xml

# Setuptools distribution folder.
/dist

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/build
MANIFEST

# temp files
*.swp

# bak files
*.bak

# prevent accidental pushing own config to github
config-develop.yml
/config

# vscode
.vscode/

# GitLab acceptance tests
data/
config/
logs/
gitlab_token.txt
gitlab_url.txt
*.gitlab-license
gitlab-license.json

output.yml

.tox/

Vagrantfile
/private-key.json
**/.vagrant/

**/test_data/

# pyre experiments
.pyre_configuration
.watchmanconfig
.pyre

# locally build docs
site/
