added build (zip)

This commit is contained in:
2025-10-03 18:38:19 +02:00
parent 51f34c2403
commit 7330b11c62
2 changed files with 82 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Build artifacts
*.zip
*.sha1
# OS junk
.DS_Store
Thumbs.db
# Editors/IDE
.vscode/
.idea/
# Node, Python, etc. (in case future tooling is added)
node_modules/
dist/
build/
__pycache__/
*.pyc