*.py[cod] # Packages *.egg *.egg-info dist build eggs parts var sdist develop-eggs .installed.cfg lib lib64 # Deis' config file controller/deis/local_settings.py controller/.secret_key # application logs logs/ # local binaries and installers client/dist/ client/makeself/ contrib/bumpver/bumpver deisctl/deisctl deisctl/dist/ deisctl/package/ deisctl/makeself/ docs/_build/ docs/docs.zip logspout/build/ # coverage reports .coverage coverage.out htmlcov/ # integration test droppings tests/example-* # extra .py droppings from building docs /__init__.py # python virtual environments for testing venv # Local user-data generated from user-data.example contrib/coreos/user-data # Local controller settings file controller/deis/local_settings.py # EC2 CloudFormation Setup contrib/ec2/cloudformation.json # GCE generated user-data contrib/gce/gce-user-data # vagrant being vagrant .vagrant