diff --git a/.gitignore b/.gitignore index 35ad0fe..ba07ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ coverage.xml .hypothesis/ .kitchen .kitchen.local.yml +kitchen.local.yml # Translations *.mo @@ -102,5 +103,11 @@ ENV/ # mypy .mypy_cache/ -# Ruby Gemfile.lock +# Bundler Gemfile.lock + +# copied `.md` files used for conversion to `.rst` using `m2r` +docs/*.md + +# Vim +*.sw?