mev-inspect-py/.gitignore
2021-08-05 12:26:20 -04:00

19 lines
172 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