mev-inspect-py/.gitignore
2021-09-03 09:55:21 -04:00

22 lines
185 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