1662397300
Based on https://git.openstack.org/openstack-dev/specs-cookiecutter Change-Id: Ic847b1981a2d3d1846225713fa2bc6e295dc60ac
37 lines
331 B
Plaintext
37 lines
331 B
Plaintext
*.py[cod]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|