node_modules/
.env
.env.local
.DS_Store
*.log
# core dump files (not directories named 'core')
/core
/blender-renderer/core

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Node / Vite build output
dist/
node_modules/

# Celery beat schedule
celerybeat-schedule
celerybeat.pid

# Test cache
.pytest_cache/
.coverage

# IDE
.vscode/
.idea/

# Excel lock files
~$*
.~lock.*#

# Kundendaten ausschließen
*.stp
*.step
*.stl
*.xls
+.xslx
*.csv
*.xlsx

*.blend1
