42 lines
407 B
Text
42 lines
407 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Environment files — NEVER commit these
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
*.log
|
|
|
|
# Claude Code local settings
|
|
.claude/
|
|
|
|
# TypeScript build cache
|
|
*.tsbuildinfo
|
|
|
|
# Next.js auto-generated type file
|
|
next-env.d.ts
|