From fcf3ed669338230847e3e330d06ebe4a0a994907 Mon Sep 17 00:00:00 2001 From: Nathan Page Date: Sat, 10 Oct 2020 11:23:46 -0400 Subject: [PATCH] Set playground folder untracked Allows for a dedicated area in the project to mess around with code. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 233804ad..bc0dfdb7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ mypy_report docs/build docs/source/_build tools/*.txt +playground/ # Byte-compiled / optimized / DLL files __pycache__/