gitignore: ignore nano swap files

This commit is contained in:
bmintz 2018-07-29 23:02:45 -05:00
parent 3702b3cce2
commit 065505f273
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# nano swap files
*.swp
__pycache__/
*.py[cod]