You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
435 B
41 lines
435 B
*.sw? |
|
*.egg |
|
*.egg-info |
|
*.pyc |
|
*.log |
|
|
|
# Hidden files |
|
.coverage |
|
.coverage.* |
|
.eggs |
|
.mypy_cache |
|
.stestr |
|
.test |
|
.testrepository |
|
.tobiko-env |
|
.tox |
|
.vagrant |
|
.venv |
|
|
|
__pycache__ |
|
AUTHORS |
|
build/* |
|
ChangeLog |
|
doc/build/* |
|
cover/ |
|
dist/ |
|
etc/*.sample |
|
report/ |
|
test_results* |
|
zuul/versioninfo |
|
|
|
# Files created by releasenotes build |
|
releasenotes/build |
|
|
|
# Docs related files |
|
doc/source/_static/config-samples/*.sample |
|
|
|
Pipfile.lock |
|
|
|
# Infrared things |
|
.infrared
|
|
|