# Dependencies
node_modules/

# Build output
frontend/dist/
website/dist/
website/.astro/

# Python
__pycache__/
*.pyc
*.pyo
.venv/

# SQLite databases (runtime data)
*.db
*.db-wal
*.db-shm

# Environment
.env
.env.local
.env.production

# OS
.DS_Store
Thumbs.db

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

# Docker
docker-compose.override.yml
docker-compose.local-test.yml

# Local test configs (contain credentials)
.env.local-test
.env.test

# Claude Code memory
.claude/

# Demo intermediate files
docs/*.webm

# Test artifacts
/tmp/s3test_*
/tmp/s3idx_*
cookies.txt
.pytest_cache/
test-results/
auth-state.json

# Benchmark run artifacts (may contain real bucket names / sizes) — keep scripts, not run outputs
benchmark/results/prod-*.json
benchmark/results/qlbench-*.json
