computer_agent/.gitignore
2026-06-27 17:54:44 +08:00

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