From 933fb6f266547ae04e2daff09fda9d49dc8c62b3 Mon Sep 17 00:00:00 2001 From: Vitaly Chasovskikh <> Date: Fri, 5 Apr 2024 03:09:26 +0700 Subject: [PATCH] fix .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06a1ebd..c452ca9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ -.venv/ asciinems/ -dist/ \ No newline at end of file +*.egg-info +__pycache__ +dist/ +*.pyc +.venv/ +.coverage +coverage.xml +.pytest_cache/ \ No newline at end of file