44 lines
439 B
Plaintext
44 lines
439 B
Plaintext
# OS / editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.egg-info/
|
|
|
|
# Node / frontend
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Rust / Tauri
|
|
/target/
|
|
**/target/
|
|
|
|
# Local tooling caches
|
|
.codegraph/
|
|
|
|
# Nested repositories
|
|
test_window/
|
|
|
|
# Generated / local artifacts
|
|
*.log
|
|
*.tmp
|
|
backup/
|
|
**/backup/
|
|
PixPin_*.png
|
|
*_vis.png
|