ttrun/.gitignore
Monty Taylor 3df738d481 Update repo with latest hotness
Haven't touched this in a second. Update to python3 and stestr.
Drop py2, because sanity. Reformat with black because it's easy.
Replace tox with nox.

Add a gitreview and a zuul.yaml, since we live in Gerrit now.

Change-Id: I673a64e9680244ce9820c1683cd9a1d7906a6be3
2024-06-02 15:39:00 -07:00

61 lines
554 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
.nox
nosetests.xml
.testrepository
.stestr
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Files created by releasenotes build
releasenotes/build