Files
CamUI/.gitignore
T
2026-05-28 11:27:55 -07:00

21 lines
173 B
Plaintext

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
build/
dist/
*.egg-info/
.DS_Store
*.bak
# Editor / IDE
.vscode/*.local.json
.qmlls.ini