chore: Add .gitignore and .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-14 21:41:52 -05:00
parent cc8c1e3519
commit 26cbeb5d4c
2 changed files with 66 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Environment
.env
.env.local
# Rust
backend/target/
**/*.rs.bk
# Node / Frontend
frontend/node_modules/
frontend/dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker volumes (local dev)
docker/pg_data/
docker/nats_data/
# Maps and backups (runtime data)
maps/
backups/
# Logs
*.log