From 5874cddf0c07e0e3246847ecc4c09ac6c0d3b43f Mon Sep 17 00:00:00 2001 From: IsItGreg Date: Fri, 19 Jan 2024 09:50:40 -0500 Subject: [PATCH] Update to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9b176eecc..df4efc1526 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ resources/ node_modules/ content/tmp/ package-lock.json -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +build/components/__pycache__/ \ No newline at end of file