*.py[cod]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# local binaries, installers, and artifacts
client/drycc
client/client
client/drycc.exe
client/*.run
client/makeself/
_dist/
manifests/*.tmp.yml
_tests/_tests.test
_tests/example-*/

# coverage reports
.coverage
coverage.out
coverage.xml
htmlcov/

# python virtual environments for testing
venv/
.venv/

# vendored go source code
vendor/

# generated bintray scripts during ci
client/_scripts/ci/bintray-ci.json
.idea
.vscode/