diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48fb7d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*~ +*.py[cod] +*.exe +*.asc +venv*/ +.cache/ +.mypy_cache/ +.tox +.coverage* +reports/ +.scannerwork/ + +# PyPI packaging +/build/ +/dist/ +*.egg-info/ +*.egg + +# Snap packaging +/parts/ +/prime/ +/snap/ +/stage/ +/ssh-audit_*.snap + +# Your local server config +servers.txt |