Files
deb-python-dcos/.gitignore
Kevin Klues af1672e87e Updated .gitignore to include patterns for env*/ and dist*/.
In an upcoming commit we will add targets to build from within docker
and we want separate default env/dist folders for this.
2017-07-06 23:23:45 -07:00

20 lines
135 B
Plaintext

build/
*.egg-info/
dist*/
env*/
tmp/
pydoc/_build/
.ropeproject/
.tox/
.coverage
.cache
*.pyc
.DS_Store
Vagrantfile
.vagrant
.idea