X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..8b0680533420c2ea367860fcbb08df99317a6b44:/.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/