diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 09:45:05 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 09:45:05 +1100 |
| commit | b1cff893077f8042c57fa387d057e644877ccc88 (patch) | |
| tree | aa0053252cd0b6e7fca2292be1e3f02ebf6dabe6 /.gitignore | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
