Initial commit: add project structure and .gitignore
This commit is contained in:
+24
@@ -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
|
||||
Reference in New Issue
Block a user