28 lines
216 B
Plaintext
28 lines
216 B
Plaintext
# venv and test cache files
|
|
env/
|
|
__pycache__
|
|
.mypy_cache
|
|
|
|
# vim temp
|
|
*.sw?
|
|
.*.sw?
|
|
|
|
# pytest cache
|
|
.pytest_cache/
|
|
|
|
# coverage
|
|
htmlcov
|
|
.coverage*
|
|
|
|
# don't commit cache
|
|
cache
|
|
|
|
# k8s
|
|
.helm
|
|
|
|
# env
|
|
.envrc
|
|
|
|
# pycharm
|
|
.idea
|