# Astro
.astro/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.*
!.env.example

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Sveltekit cache directory
.svelte-kit/

# vitepress build output
**/.vitepress/dist

# vitepress cache directory
**/.vitepress/cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# Firebase cache directory
.firebase/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Vite logs files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# ---------------------------------------------------------------------------
# Thinkwork additions
# ---------------------------------------------------------------------------

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# IDEs
.idea/
.vscode/
!.vscode/extensions.json
!.vscode/settings.json.example
*.swp
*.swo

# pnpm / monorepo tooling
.pnpm-store/
.turbo/
.nx/cache

# Python (Strands agent runtime side)
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
.eggs/
.venv/
venv/
env/
.python-version
.ruff_cache/
.mypy_cache/
.pytest_cache/
.tox/

# uv (Python package manager — keep uv.lock tracked, ignore caches)
.uv-cache/

# Terraform
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
*.tfstate.backup
crash.log
crash.*.log
*.tfvars
*.tfvars.json
!*.tfvars.example
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc

# Expo / React Native
.expo/
.expo-shared/
*.ipa
*.apk
*.aab
ios/Pods/
android/.gradle/
android/app/build/
android/build/
*.jks
*.p12
*.key
*.mobileprovision

# AWS
.aws-sam/
samconfig.toml

# Build artifacts
*.zip
!**/__fixtures__/**/*.zip
lambda-build/
/artifacts/
*.tar.gz
!**/__fixtures__/**/*.tar.gz

# Generated GraphQL types and codegen
**/*.generated.ts
**/__generated__/
**/generated/

# Local environment overrides
.env.local
.env.*.local

# Test outputs
test-results/
playwright-report/
playwright/.cache/

# Local PRDs (work-in-progress, not for source control)
.prds/

.claude/scheduled_tasks.lock

# Local claude worktrees (embedded git repos) and per-machine config
.claude/worktrees/
.compound-engineering/

# Codex CLI per-machine state (worktrees + sandbox config)
.Codex/worktrees/
.Codex/config.toml

# Review scratch — large screenshots; keep .md feedback tracked
.review/*.png
