Initial commit

This commit is contained in:
2026-07-24 15:07:31 +05:00
commit 9b71b37dd0
8 changed files with 386 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Generated scans
scans/
# Local environment overrides
.env
.env.*
!.env.example
# Local tooling
.agents/
.codex/
.idea/
.vscode/
# OS metadata
.DS_Store
Thumbs.db