Research-Stack/5-Applications/text-to-cad/.gitignore

25 lines
336 B
Text

# macOS
.DS_Store
.vscode
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.python-version
# Local environments and caches
.venv
.cache
# Temporary files
*.tmp
*.swp
tmp/
# CAD source, generated STEP outputs, and viewer CAD artifacts are tracked via Git LFS in .gitattributes.