diff --git a/.gitignore b/.gitignore index 73a7eec..7293a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -build/ -dist/ - -*.egg-info/ __pycache__/ *.pyc + +.*.swp +.*.swo + +build/ +dist/ +*.egg-info/ +.mypy_cache