From a64c934ca98342e10bdfcaa56793a194ba2abcc5 Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 1 Oct 2025 00:40:09 -0500 Subject: [PATCH] Add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2d164e --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python cache +__pycache__/ +*.pyc +*.pyo + +# Virtualenvs +.venv/ +venv/ +env/ +ENV/ + +# Logs +*.log + +# Windows junk +Thumbs.db +Desktop.ini \ No newline at end of file