diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 15:50:38 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 15:50:38 +0900 |
| commit | 9360f1a800aa29b40399a2f3bfbfcf215a04e279 (patch) | |
| tree | 1272e92a4a1a16370b4bb8ed343444b30c331c4e | |
| parent | 0cc79f7e72b5c91a8502767a54b8e664bb3a5b20 (diff) | |
chore: add .worktrees/ to gitignore
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
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/ |
