From ebbc4804b9526ed917e14be5f2d3b7a8834b87e5 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Tue, 13 Sep 2022 21:14:09 -0400 Subject: [PATCH] git: ignore compled python files and pycache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a2aca7f..e8e15c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +*.py[cod] .pytest_cache/ .venv/ +__pycache__ Pipfile.lock