diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,4 +10,7 @@ htmlcov .ipynb_checkpoints/ MANIFEST coverage -venv/
\ No newline at end of file +venv/ + +# Managed by github-actions (cache + artifact) per python version - see pipeline artifacts +Pipfile.lock |