From 9c7db092e7a802ed68956b64a145e1c4f3e894b9 Mon Sep 17 00:00:00 2001 From: Cal Wing Date: Fri, 20 Feb 2026 10:55:35 +1000 Subject: [PATCH] Add gitignroe --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d67251c --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +# Cache Folders +.*cache*/ + +# Tmp dir +tmp/ + +# Ignore Profiler Files +profile_output*.txt +profile_output.lprof + +# Data Dirs +#data/