chore: small change for pull request #1

Open
gubsersinia wants to merge 3 commits from uebung1 into master
Showing only changes of commit dc4851c2ad - Show all commits

17
.gitignore vendored
View File

@ -0,0 +1,17 @@
# Python
.venv/
__pycache__/
*.pyc
# tooling
.pytest_cache/
.ruff_cache/
# editors
.idea/
# OS noise
.DS_Store
# Critical
.env