d6fa242818
Stick to using tox, remove the tools directory since it only contained references to using venv. Also update a few other locations that would have otherwise been incorrect. Change-Id: I7d3e9067256ac0935f07904abcf584d898ac1d6f
22 lines
205 B
Plaintext
22 lines
205 B
Plaintext
*.DS_Store
|
|
*.egg*
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
.coverage
|
|
.testrepository
|
|
.tox
|
|
AUTHORS
|
|
build
|
|
ChangeLog
|
|
dist
|
|
# Doc related
|
|
doc/build
|
|
doc/source/api/
|
|
# Development environment files
|
|
.project
|
|
.pydevproject
|