# Binaries
bin/
*.exe

# Environment
.env

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Test
coverage.out

# Air (live reload)
tmp/

# Node.js
node_modules/

# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
venv/
.venv/

# Build artifacts
dist/
target/

# Tauri generated
**/gen/schemas/

# Test files
test-hook.txt
