Add '*.swp' to .gitignore (#8)

Vim swap files (*.swp) are not needed in version
control.
This commit is contained in:
takuya kodama 2025-05-19 10:13:05 +08:00 committed by GitHub
parent a8778090a7
commit de9eb17e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swp
.DS_Store
.vscode/
__pycache__/