442072bf12
Since the horizon remove the 'run_tests.sh' file, so there should remove '.venv' from the '.gitignore' file. Change-Id: Iccddfef8e2733c0a2440ad940e6de674ec538b37
18 lines
145 B
Plaintext
18 lines
145 B
Plaintext
*.pyc
|
|
*.egg-info
|
|
*.log
|
|
build
|
|
.coverage
|
|
.coverage.*
|
|
.tox
|
|
cover
|
|
htmlcov
|
|
.secret_key_store
|
|
.stestr/
|
|
dist
|
|
*.egg
|
|
*.sw?
|
|
.ropeproject
|
|
AUTHORS
|
|
ChangeLog
|