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

# LoopLens local data
*.db
*.db-wal
*.db-shm
.looplens/
looplens.env
looplens-traces/

# Node / UI
node_modules/
ui/dist/
ui/.vite/
# Built dashboard bundled into the wheel (regenerated by `npm --prefix ui run build`)
looplens/server/_ui/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
