# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Node / Tauri (editor)
editor/node_modules/
editor/dist/
editor/.vite/
editor/src-tauri/target/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Python tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

# OS / IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
