gitignore: Ignore nano’s swp files and __pycache__

master
BodgeMaster 2022-11-05 05:36:16 +01:00
parent 47fc6f5798
commit eab0d86d7a
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# nano
*.swp
__pycache__