# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/

# Node
node_modules/
frontend/dist/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Suchi runtime
.tantivy-index/
.references-cache.json
.pageindex.json
.collection-index.json

# Config (contains API keys)
config.yaml
gdrive-token.json
.env

# Test
.pytest_cache/
.coverage
htmlcov/

# Rust / Tauri
src-tauri/target/
src-tauri/gen/

# Build
*.whl
*.tar.gz
