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