mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
25 lines
336 B
Text
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.
|