Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add to gitignore: *.eb_bak_* *.out .venv/
Such paths should never be committed: - `.eb_bak` files are remnants after `eb --inject-checksums` - `.out` files are log remnants after `eb --job` - `.venv/` are probably created for ad-hoc testing
- Loading branch information