Initial commit: add project structure and .gitignore

This commit is contained in:
2026-07-23 08:35:28 +04:00
commit b0ebd16893
78 changed files with 17820 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Secrets (все файлы, кроме .gitkeep)
secrets/*
!secrets/.gitkeep
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.idea/
.vscode/
*.iml
# Go (embed.go generates from yaml)
*.pyc
__pycache__/
*.pyo
# Temp / editor backups
*.bak
*.orig