# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.pyc

# Environment files
.env
.env.*
!.env.example

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*

# Build outputs
dist/
build/
coverage/
.next/
out/
target/

# Test artifacts
playwright-report/
test-results/
.nyc_output/

# Local IDE/editor
.idea/

# Generated and temporary work
/output/*
!/output/.gitkeep

/scratchpad/*
!/scratchpad/.gitkeep

# OS files
.DS_Store
Thumbs.db