From b3655f2f25854b0df6a34c16808b5b91e7360fd4 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 7 Aug 2023 14:45:23 +1000 Subject: [PATCH] gitignore: Ignore python and env files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f707afe --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +__pycache__/ + +.env