From 2f773098d5f227e6fcea2104f6ca93e894b16003 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 28 Jul 2021 22:52:15 -0400 Subject: [PATCH] Git should ignore tags file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 447e2be..1d814ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +tags + venv/ *.pyc