# Generated by Cargo
# will have compiled files and executables
debug/
target/
dist/

# Ruff cache
**/*.ruff_cache

# macOS
**/*.DS_Store
*.DS_Store
.DS_Store

# IDE
.vscode/
.idea/

# Tanstack
.tanstack/

# Rust backup files
**/*.rs.bk

# MSVC Windows builds - debugging information
*.pdb

# Node
node_modules/

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

src-tauri/*.dll

src-tauri/frameworks/*.dylib
