Ignore .DS_Store files (#343)

This commit is contained in:
Robin Reckmann
2024-09-05 23:31:05 +09:00
committed by GitHub
parent 30500eee39
commit 27a408db56
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
*.pyo
.*.swp
.*.swo
**/.DS_Store
build/
output/

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.swp
*.tar.gz
*.DS_Store
/logs/
agnos/