From eb1aec6d424d5cc73ab141a8e9d0ad615d65ac83 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Fri, 7 Apr 2023 17:59:46 +0200 Subject: [PATCH] Add db to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b14f20..0f48159 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,5 @@ dmypy.json # Pyre type checker .pyre/ -.config.yaml \ No newline at end of file +.config.yaml +db \ No newline at end of file