X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1f2138f8722ffc3cf44abd933482195a69fae7d8..3500e1cda5bef73ddc7eaf79be6c67c918738936:/.gitignore?ds=sidebyside 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/