diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ dist/ __pycache__/ *.so *~ +*.deb venv/ # due to using nox and pytest @@ -16,3 +17,4 @@ debian/skaldpress/ debian/.debhelper/ debian/debhelper-build-stamp debian/skaldpress.substvars +.pybuild/ |