# Go binaries
/bin/
/cmd
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test
*.test
*.out
coverage/
coverage.html
coverage.txt
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example
!.env.development

# Python
.venv/
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Node
node_modules/
.next/
.turbo/
dist/
.kubb/
*.tsbuildinfo
**/next-env.d.ts
.source/

# Docker
.docker/

# Air hot-reload build artifacts
tmp/

# Local TLS certs
.certs/

# Vercel
.vercel

# Pulumi
infra/bin/

# Playwright
playwright-report/
test-results/
playwright/.auth/

# Storybook
storybook-static/

# PgBeam CLI project linking
.pgbeam/

# Noodle runtime state
.noodle/
.worktrees/
.claude/worktrees/

# Typefully config (contains API key)
.typefully/
.shots/
dump.rdb

# eve agent compile/discovery artifacts (frontend/apps/hq)
.eve/
.output/
