pytest setup a github workflow to run tests + more ignores

This commit is contained in:
2025-11-04 19:23:10 +01:00
parent 5b0afea651
commit 6cba6bb329
6 changed files with 59 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,5 @@
**/.env
**/.venv
**/.venv
**/__pycache__
**/.ipynb_checkpoints/
**/.virtual_documents/