48 lines
582 B
Plaintext
48 lines
582 B
Plaintext
.env
|
|
.env.local
|
|
.DS_Store
|
|
*.log
|
|
.gstack/
|
|
|
|
# Local scratch area managed by scripts/repo_hygiene.sh
|
|
tmp/
|
|
|
|
# Core dumps managed by scripts/repo_hygiene.sh
|
|
/core
|
|
/blender-renderer/core
|
|
backend/core
|
|
|
|
# Python cache / environments managed by scripts/repo_hygiene.sh
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.venv/
|
|
backend/.venv/
|
|
.pytest_cache/
|
|
.coverage
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
|
|
# Frontend dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
frontend/dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Excel lock files
|
|
~$*
|
|
.~lock.*#
|
|
|
|
# Kundendaten ausschließen
|
|
*.stp
|
|
*.step
|
|
*.stl
|
|
*.xls
|
|
*.csv
|
|
*.xlsx
|
|
|
|
*.blend1
|