Commit da231001 by Sébastien Eustace

Update .gitignore

parent 43bd3159
...@@ -20,6 +20,7 @@ pip-log.txt ...@@ -20,6 +20,7 @@ pip-log.txt
.DS_Store .DS_Store
.idea/* .idea/*
.python-version .python-version
.vscode/*
/test.py /test.py
/test_*.* /test_*.*
...@@ -30,3 +31,4 @@ MANIFEST.in ...@@ -30,3 +31,4 @@ MANIFEST.in
/docs/site/* /docs/site/*
pyproject.lock pyproject.lock
/tests/fixtures/simple_project/setup.py /tests/fixtures/simple_project/setup.py
.mypy_cache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment