30 lines
407 B
Plaintext
Raw Normal View History

# Ignore python files.
*.pyc
.tox
.cache
.pytest_cache
.coverage
.venv
# Ignore IDE files.
.idea
.vscode
# Ignore pytest generate files.
**/output/
# Ignore generated signal check reports.
**/Reports
# Ignore setuptools distribution folder.
/dist/
/build/
# Ignore python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/.eggs/
# Ignore files generated by pbr
AUTHORS
ChangeLog