53 lines
854 B
Plaintext
53 lines
854 B
Plaintext
# Operating-system and editor metadata
|
|
.DS_Store
|
|
**/.idea/
|
|
**/.vscode/
|
|
*.swp
|
|
*.tmp
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.bak
|
|
*.bak-*
|
|
|
|
# Python environments and caches
|
|
**/.venv/
|
|
**/venv/
|
|
**/__pycache__/
|
|
**/.pytest_cache/
|
|
**/.mypy_cache/
|
|
**/.ruff_cache/
|
|
*.py[cod]
|
|
|
|
# JavaScript dependencies and generated builds
|
|
**/node_modules/
|
|
**/.next/
|
|
**/.cache/
|
|
**/dist/
|
|
**/coverage/
|
|
**/.turbo/
|
|
**/.vercel/
|
|
**/playwright-report/
|
|
**/test-results/
|
|
*.tsbuildinfo
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Local frontend runtime data
|
|
cad-agent-studio/data/
|
|
cad-agent-studio/models/
|
|
|
|
# Generated and upstream-heavy CAD assets
|
|
/models/
|
|
text-to-cad/assets/
|
|
text-to-cad/benchmarks/*.gif
|
|
text-to-cad/models/
|
|
|
|
# Local distillation inputs and run artifacts. Only output/ is versioned.
|
|
designir-pipeline/input/*
|
|
!designir-pipeline/input/.gitkeep
|
|
designir-pipeline/runs/
|