Files
cadSet/.gitignore
T
2026-07-22 19:38:36 +08:00

23 lines
306 B
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/
# Local editors and temporary files
**/.idea/
**/.vscode/
*.swp
*.tmp