From bac51d6a4915638ee84a5922ab14b1b592fd1d2a Mon Sep 17 00:00:00 2001
From: James Ryland Miller <james.ryland.miller@gmail.com>
Date: Mon, 2 Mar 2020 22:53:21 -0600
Subject: [PATCH] update .gitignore for *.py.swp

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1feb418..71ef395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 pf2.db
 tmp.db
 spells_temp.txt
+*.py.swp
 
 ##############################
 # Standard python git ignore #