diff --git a/.gitignore b/.gitignore index af2f537..d69a9e9 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,9 @@ venv.bak/ # mypy .mypy_cache/ + +# vim swap files +*.swp + +# emacs swap files +.#*