From fe7e67cce6c5e2b4d86268b7c83ca52dac6e518e Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 15 Jun 2024 06:18:14 -0700 Subject: [PATCH] Ignore more stuff --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba0430d..d0c9d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -__pycache__/ \ No newline at end of file +# Python dealies. +__pycache__/ + +# Virtual environment in project. +.venv + +# Version file for pdm, points to host root. +.pdm-python