vbnotebook

This commit is contained in:
2026-01-09 06:38:19 +01:00
parent 44162413e1
commit 84e38b01f1

6
.gitignore vendored
View File

@@ -1,13 +1,13 @@
# Virtual environment # Virtual environment
.venv/ .venv/*
# Python # Python
__pycache__/ __pycache__/*
*.pyc *.pyc
*.log *.log
# IDE # IDE
.idea/ .idea/*
# OS # OS
.DS_Store .DS_Store