b0817f76c2
Since the horizon remove the 'run_tests.sh' file, so there should remove '.venv' from the '.gitignore' file. See the patch 'https://review.openstack.org/#/c/399842/' Change-Id: I0ab7530aff41877914c3d1e3368baf98d200a721
34 lines
367 B
Plaintext
34 lines
367 B
Plaintext
__pycache__
|
|
dist
|
|
build
|
|
tags
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.testrepository
|
|
subunit.log
|
|
.cache
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Django files that get created during the test runs
|
|
.secret_key_store
|
|
*.lock
|
|
|
|
# Eclipse generates these
|
|
.project
|
|
.pydevproject
|
|
|
|
# Coverage data
|
|
.coverage.*
|