X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..017aafea992ca1c6d7af45d3013af7ddb7fda12a:/.gitignore diff --git a/.gitignore b/.gitignore index 73cc19a..ab796ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.venv .coverage +.coverage.* _build .DS_Store .vscode @@ -8,4 +10,11 @@ __pycache__ black.egg-info build/ dist/ -pip-wheel-metadata/ \ No newline at end of file +pip-wheel-metadata/ +src/_black_version.py +.idea +.eggs +.dmypy.json +*.swp +.hypothesis/ +venv/