From: Kyle Bowman Date: Fri, 10 Jan 2025 01:04:12 +0000 (-0500) Subject: add .gitignore X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;h=e8aad1a713207d9870e9e5761d98fc277872eae9;p=nom.git add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97d51d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv +**/__pycache__/**