chore: Add .gitignore for clean repository

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rckrdmrd 2026-01-20 07:29:08 -06:00
parent 6235880380
commit 8ed6366b30

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# Environment
.env
.env.local
.env.*
# Backups
*.bak
*.backup
*.dump
# Logs
*.log
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Temp
tmp/
temp/