gitignore: Modernize.
This commit is contained in:
parent
30e9f1c1e8
commit
e158eae7d9
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
|
build/
|
||||||
|
.cache/
|
||||||
*.egg
|
*.egg
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.cache/
|
.eggs
|
||||||
|
.mypy_cache/
|
||||||
|
.tox/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
Loading…
Reference in a new issue