From b1cff893077f8042c57fa387d057e644877ccc88 Mon Sep 17 00:00:00 2001 From: Brett Curran Date: Thu, 12 Feb 2026 09:45:05 +1100 Subject: init --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..337a499 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +# Local data +.publish_history.json +mock_campaign/ +.DS_Store -- cgit v1.2.3