Files
cadSet/.gitignore
T

50 lines
1.3 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/
# Undownloaded upstream Git LFS demo/catalog pointers
text-to-cad/assets/
text-to-cad/benchmarks/*.gif
text-to-cad/models/benchmarks/
text-to-cad/models/fun/
text-to-cad/models/mechanisms/
text-to-cad/models/robots/
text-to-cad/models/simple/
# 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/