.gitignore aktualisiert

This commit is contained in:
Sinia Gubser 2026-04-07 14:48:43 +02:00
parent 33b8d8125a
commit dc4851c2ad

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