Add macOS system files to .gitignore

- Add .DS_Store pattern to ignore macOS folder metadata
- Add ._* pattern to ignore AppleDouble files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
akax 2026-01-06 07:34:57 +08:00
parent 397d4e9d5b
commit a7aeabb168
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
*.pyc *.pyc
# macOS system files
.DS_Store
._*