25 lines
255 B
Plaintext
25 lines
255 B
Plaintext
# 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
|