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

# Environment / secrets
.env
.env.local
.env.*.local

# Next.js
.next/
out/

# Build output
dist/
build/
*.tsbuildinfo

# Package manager
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing / coverage
coverage/
.nyc_output/
*.lcov
.pytest_cache/
htmlcov/

# Python packaging
*.egg-info/
*.egg
.eggs/

# Misc
Thumbs.db
.vercel
