X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ae5588cf073be10b51dc48ad2fc513e11c4f3e03..eec44f5977f195a10b81676525f463d0b634bd80:/.gitignore diff --git a/.gitignore b/.gitignore index da4a908..f487d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv .coverage _build .DS_Store @@ -9,4 +10,10 @@ black.egg-info build/ dist/ pip-wheel-metadata/ +src/_black_version.py .idea +.eggs +.dmypy.json +*.swp +.hypothesis/ +venv/ \ No newline at end of file