# OS artifacts
.DS_Store

# Editor / IDE
.idea/
.vscode/
*.sw?
*.suo
*.ntvs*
*.njsproj
*.sln

# Logs
logs/
*.log

# Go build artifacts
build/
bin/
*.test
*.out
coverage.out
go.work
go.work.sum

# Python artifacts
*.pyc

# Frontend artifacts (web)
web/node_modules/
web/dist/
web/dist-ssr/
web/coverage/
web/.eslintcache
web/.yarn/install-state.gz
web/*.local
web/*.tsbuildinfo
console/internal/httpapi/web_dist/*
!console/internal/httpapi/web_dist/index.html
worker-credentials.json

# SQLite database files
*.db
*.db-shm
*.db-wal

# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example
