python-freezerclient/.gitignore
Vu Cong Tuan 2c8cd7b651 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

This patch also moves "commands" and "setenv"
from [testenv:pyNN] sections to [testenv].

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ic9c99015516c31cbda2a626f8df4ff2f8dc3d852
2018-07-10 14:56:44 +07:00

33 lines
339 B
Plaintext

__pycache__
dist
build
.venv
tests/scenario/.vagrant
.idea
.autogenerated
.coverage
cover/
coverage.xml
*.sw?
.tox
*.egg
*.egg-info
*.py[co]
.DS_Store
*.log
.stestr/
subunit.log
.eggs
AUTHORS
ChangeLog
# Django files that get created during the test runs
.secret_key_store
*.lock
# Coverage data
.coverage.*
releasenotes/build
.vscode/