__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store
results/*.log

# the browser extension and desktop app
node_modules/
clients/desktop/out/
clients/desktop/dist/
clients/extension/*.zip

# local platform artifacts
archive/
*.db
*.db-wal
*.db-shm
data/

# secrets and local state
.env
.env.local
deploy/.env
supabase/.temp/
supabase/.branches/
*.tfvars
.terraform/
*.tfstate
*.tfstate.*
