X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..0fd353f1639c580c32599bf435902d08dbd9a560:/.gitignore diff --git a/.gitignore b/.gitignore index 73cc19a..f81bce8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.venv .coverage +.coverage.* _build .DS_Store .vscode @@ -8,4 +10,12 @@ __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/ +.ipynb_checkpoints/