Initial clean commit with .gitignore

This commit is contained in:
Timo Knuth 2026-01-12 18:52:06 +01:00
parent 4375f9b3e3
commit 57d82546c3
1 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Node.js
node_modules/
dist/
build/
.env
# Python
venv/
__pycache__/
*.pyc
# System
.DS_Store
Thumbs.db
# IDE
.vscode/