← back to Ventura Claw Leads

.gitignore

20 lines

node_modules/
.env
.env.*
tmp/
*.log
.DS_Store
dist/
build/
.next/
data/raw/

# Snapshot / editor backup files — never commit these.
*.bak
*.bak.*
*.pre-*
*.orig
*.rej
*.swp
*~