From f3c583f0f4dff7b08c8fe270c9b7b00acd02b07d Mon Sep 17 00:00:00 2001 From: George Haraksin Date: Wed, 13 May 2020 15:28:11 -0700 Subject: [PATCH] adding src/ to gitignure --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 477a63e..8056eda 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ config.yaml *.egg-info __pycache__ build -dist \ No newline at end of file +dist +src