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

# UV
uv.lock

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

# OS
.DS_Store
Thumbs.db

# Project
dev/
target/
!examples/**/target/
*.duckdb
*.duckdb.wal

# Frontend
frontend/node_modules/
frontend/dist/
frontend/playwright-report/
frontend/test-results/

# Environment
.env
.env.local
.coverage
