target/
node_modules/
dist/
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
*.iml
# Tauri generated files
src-tauri/gen/
# Maturin develop builds drop compiled extensions inside python/<pkg>/.
# These shouldn't be tracked — CI builds them from source.
**/python/**/*.so
**/python/**/*.pyd
**/python/**/__pycache__/

# Python bytecode caches anywhere in the tree (more general than the
# python/ tree-specific rule above).
__pycache__/
*.pyc

# Scrybe autosave sidecars — per-keystroke buffers written next to the
# real file so external editors can never be clobbered by debounced
# autosaves. Cleared on explicit save (Ctrl+S) or tab close; should
# never be committed.
*.scrybe-buffer

# Python editable-install artifacts
*.egg-info/
