chore: ignore macOS AppleDouble files (._*)

This commit is contained in:
reidliu41 2026-02-19 14:19:25 +08:00 committed by Chummy
parent fedfd6ae01
commit 88e7e5480a

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ firmware/*/target
*.db *.db
*.db-journal *.db-journal
.DS_Store .DS_Store
._*
.wt-pr37/ .wt-pr37/
__pycache__/ __pycache__/
*.pyc *.pyc