mev-inspect-py/.gitignore
2021-07-23 08:25:44 -07:00

16 lines
144 B
Plaintext

# venv and test cache files
env/
__pycache__
.mypy_cache
# vim temp
*.sw?
.*.sw?
# pytest cache
.pytest_cache/
# coverage
htmlcov
.coverage*