file structure

This commit is contained in:
mahlatseclayton
2026-07-29 21:21:45 +02:00
parent 17f1f01c0d
commit 7915ff5f55
24 changed files with 287 additions and 47 deletions

18
.gitignore vendored
View File

@@ -1,6 +1,24 @@
# Dependencies (DO NOT PUSH - thousands of files)
node_modules/
# Next.js build output (DO NOT PUSH - compiled files)
.next/
out/
build/
# Local SQLite Database
*.db
*.db-journal
# Environment variables
.env
.env*.local
# Agent configuration, learning resources & local data
.agents/
.gemini/
resources/
# OS metadata
.DS_Store
Thumbs.db