From 39c9b7c7dcfe38373128a792607f23bb8e0fa99b Mon Sep 17 00:00:00 2001 From: Stelios Date: Fri, 12 Jun 2026 21:25:26 +0300 Subject: [PATCH] chore: drop committed bytecode, add .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a0344 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python bytecode + tool caches +__pycache__/ +*.py[cod] +.pytest_cache/ +.ruff_cache/ +.hypothesis/ +# build artifacts +dist/ +build/ +*.egg-info/