47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# Operating-system files
|
|
.DS_Store
|
|
|
|
# Python environments and caches
|
|
**/.venv/
|
|
**/venv/
|
|
**/__pycache__/
|
|
**/.pytest_cache/
|
|
**/.mypy_cache/
|
|
*.py[cod]
|
|
|
|
# JavaScript dependencies and generated caches
|
|
**/node_modules/
|
|
**/.next/
|
|
**/.cache/
|
|
models/
|
|
|
|
# Undownloaded upstream Git LFS demo/catalog pointers
|
|
text-to-cad/assets/
|
|
text-to-cad/benchmarks/*.gif
|
|
text-to-cad/models/
|
|
|
|
# Local editors and temporary files
|
|
**/.idea/
|
|
**/.vscode/
|
|
*.swp
|
|
*.tmp
|
|
|
|
# Private STEP evidence and local induction run reports
|
|
cad-experience-plugin/work/
|
|
|
|
# STEP inbox and private per-part reconstruction JSON
|
|
cad-experience-plugin/parser/input/*
|
|
!cad-experience-plugin/parser/input/.gitkeep
|
|
cad-experience-plugin/parser/output/*
|
|
!cad-experience-plugin/parser/output/.gitkeep
|
|
|
|
# CAD experience benchmark scratch geometry and private case evidence
|
|
cad-experience-plugin/benchmarks/**/generated/
|
|
cad-experience-plugin/benchmarks/**/quarantine-*/
|
|
cad-experience-plugin/benchmarks/**/private-case.json
|
|
cad-experience-plugin/benchmarks/**/source-inspect.json
|
|
cad-experience-plugin/benchmarks/**/train-semantic-batch.json
|
|
cad-experience-plugin/benchmarks/**/train_cases/
|
|
cad-experience-plugin/benchmarks/**/test_cases/
|
|
cad-experience-plugin/benchmarks/**/cases/
|