From 9360f1a800aa29b40399a2f3bfbfcf215a04e279 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:50:38 +0900 Subject: chore: add .worktrees/ to gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1101b23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +__pycache__/ +*.py[cod] +*$py.class +*.egg-info/ +dist/ +build/ +.eggs/ +*.egg +.venv/ +venv/ +env/ +.env +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ +*.log +.DS_Store +.worktrees/ -- cgit v1.2.3