From 3f26cbb687a2dd7c613ecc124a8d23a337af57a9 Mon Sep 17 00:00:00 2001 From: gm Date: Sat, 30 May 2026 20:40:50 +0900 Subject: [PATCH] chore: add .gitignore and remove cached build artifacts --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b01b1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +__pycache__/ +*.py[cod] +*.egg-info/ +*.egg +dist/ +build/ +.eggs/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ +*.log