.gitignore

1
2
3
4
5
6
7
8
pressure.tgz
.venv
*.pyc
__pycache__/
.pytest_cache/
# Stray simulation outputs written to the repo root (committed data lives in data/)
/blast-results-*.csv
*.log