diff --git a/.gitignore b/.gitignore index 6cd11ba..4645676 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Additional things to ignore +*.swp + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -101,4 +104,4 @@ venv.bak/ /site # mypy -.mypy_cache/ \ No newline at end of file +.mypy_cache/ diff --git a/.reroot.py.swp b/.reroot.py.swp deleted file mode 100644 index 59a03b3..0000000 Binary files a/.reroot.py.swp and /dev/null differ