53 lines
606 B
Plaintext
53 lines
606 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Node / Vite
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Tauri (launcher/)
|
|
launcher/src-tauri/target/
|
|
launcher/node_modules/
|
|
launcher/dist/
|
|
launcher/.tauri/
|
|
*.key
|
|
*.key.pub
|
|
|
|
# Python / Rhino
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Rhino-Testdateien (rhino/-Ordner)
|
|
rhino/*.3dm
|
|
rhino/*.3dm.thumb.png
|
|
rhino/*.3dmbak
|
|
rhino/dossier.project.json
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|