improve .gitignore

This commit is contained in:
Bastien Gérard 2020-04-25 20:43:55 +02:00
parent ece63ad071
commit f4d7e72426

11
.gitignore vendored
View File

@ -1,8 +1,15 @@
.*
!.gitignore
*~
*.py[co]
.*.sw[po]
.cache/
.coverage
.coveragerc
.env
.idea/
.pytest_cache/
.tox/
.eggs/
*.egg
docs/.build
docs/_build
@ -13,8 +20,6 @@ env/
.settings
.project
.pydevproject
tests/test_bugfix.py
htmlcov/
venv
venv3
scratchpad