notebookvb

This commit is contained in:
Vladimir Buzalka
2026-04-29 06:55:23 +02:00
parent a9c143ba24
commit daad4adeab
113 changed files with 16563 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Virtual environment
.venv/
# Python
__pycache__/
*.pyc
# PyCharm / IDE
.idea/
# Claude worktrees
.claude/worktrees/
# OS
.DS_Store
Thumbs.db