Remove swp files

This commit is contained in:
Luke Van Seters 2021-07-12 15:25:48 -04:00
parent d3982ba59b
commit de0853f50d
2 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
# venv and test cache files # venv and test cache files
env/ env/
__pycache__ __pycache__
*.swp

Binary file not shown.