← back to Goodquestion Ai

.gitignore

48 lines

# Dependencies
node_modules/

# Build output
dist/

# Environment
.env
.env.*
.env*.local

# Secrets
*.key
*.pem
*.crt
credentials*

# System
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# IDE
.vscode/
.idea/

# Astro
.astro/

# Debug
npm-debug.log*
yarn-debug.log*
.youtube-token.json
scripts/sensitive_patterns.py
scripts/video-sanitize-pipeline.py
__pycache__/
scripts/__pycache__/
scripts/capture-dashboard.cjs
.env.local
.env.*.local
tmp/
build/
.next/
*.bak