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
.venv/
.venv/*
# Python
__pycache__/
__pycache__/*
*.pyc
*.log
# IDE
.idea/
.idea/*
# OS
.DS_Store