Working after iterations

This commit is contained in:
2025-10-16 15:43:24 -07:00
committed by Spencer Jones
parent 0bac69c801
commit 857c71484a
10 changed files with 778 additions and 39 deletions

6
.gitignore vendored
View File

@@ -86,9 +86,13 @@ logs/
*.bak
*.tmp
# Environment files with secrets
# Environment files
# Note: .env is tracked and contains non-secret configuration (ports, etc.)
# Add secrets only to .env.local which is ignored
.env.local
.env.*.local
.env.production
.env.development
# MacOS
.DS_Store