In an upcoming commit we will add targets to build from within docker and we want separate default env/dist folders for this.
20 lines
135 B
Plaintext
20 lines
135 B
Plaintext
build/
|
|
*.egg-info/
|
|
dist*/
|
|
env*/
|
|
tmp/
|
|
pydoc/_build/
|
|
|
|
.ropeproject/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
|
|
*.pyc
|
|
|
|
.DS_Store
|
|
|
|
Vagrantfile
|
|
.vagrant
|
|
.idea
|