update code for gitignore

This commit is contained in:
Sinia Gubser 2026-04-19 20:36:53 +02:00
parent a74c3bb5f3
commit f61609b20b

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