From a61cc8dd8041b1ec1175c101b0a5f89fd3b2a058 Mon Sep 17 00:00:00 2001 From: Victor Zemtsov Date: Sat, 20 Aug 2022 14:18:51 +0300 Subject: [PATCH] Fix .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9906182..65f9f38 100644 --- a/.gitignore +++ b/.gitignore @@ -105,4 +105,6 @@ venv.bak/ # mypy .mypy_cache/ -.idea \ No newline at end of file +.idea +/docs/examples/attachment* +/*.tar.gz \ No newline at end of file