From 03e57fcfcd9bc85bec2757fad9ae613bdb6f783b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 11 May 2026 00:27:29 -0700 Subject: init commit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70c5b02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv +data +*.db +.env -- cgit v1.2.3