# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env*
!.env.example

# macOS-specific files
.DS_Store

# jetbrains setting folder
.idea/

# temp/test files with hardcoded secrets
tmp_*
tmp-*
test*.sh
check*.sql
*.log

# Old script versions and test scripts (many have hardcoded secrets)
scripts/feed-sync.py
scripts/feed-sync-v2.py
scripts/feed-sync-v3.py
scripts/test-*.py
scripts/debug-*.py
scripts/check-*.py
scripts/get-*.py
scripts/wg-*.py
scripts/import-*.py
scripts/fetch-*.py
scripts/awin-*.py
scripts/tt-*.py
scripts/patch*.py
scripts/process-cutouts.py
scripts/webgains-products.json
scripts/test-db.js

# Root temp files
ecosystem.config.cjs
testdb*.sh
verify*.sh
check*.sql

# Staging sync temp
src-staging/

# Output
output/

.vercel
