add gitignore

This commit is contained in:
Dieter Neumann
2026-02-23 12:38:17 +01:00
parent 1a1271f909
commit 3ec7e6426f

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# System files
.DS_Store
Thumbs.db
# Dependencies (Crucial - these should never be in Git)
node_modules/
__pycache__/
*.pyc
# IDEs
.vscode/
.idea/
# Environment secrets
.env
*.local
# Build folders
dist/
build/