diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34b57ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +__pycache__ +.pytest_cache +.coverage +htmlcov +*.pyc +*.pyo +*~ + +local +local-test + +*.deb + +debian/dh-rootless +debian/.debhelper +debian/debhelper-build-stamp +debian/*.substvars +debian/files +debian/*.debhelper.log |