From 3a975db66a3711f34e8b64bb27a8eaca79fdeca9 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Sun, 1 Feb 2026 13:14:32 -0600 Subject: Initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0dba330 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +data/ +node_modules/ +*.zip + +# Python/Selenium testing +__pycache__/ +*.py[cod] +*$py.class +.pytest_cache/ +*.log +.coverage +htmlcov/ +*.png +*.jpg -- cgit v1.2.3-70-g09d2