36 lines
360 B
Plaintext
36 lines
360 B
Plaintext
# Secrets (все файлы, кроме .gitkeep)
|
|
secrets/*
|
|
!secrets/.gitkeep
|
|
|
|
# YAML files
|
|
*.yaml
|
|
*.yml
|
|
|
|
# Submodules / nested repos
|
|
app-autotest/
|
|
polygon/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.venv/
|
|
*.iml
|
|
|
|
# Go (embed.go generates from yaml)
|
|
*.pyc
|
|
__pycache__/
|
|
*.pyo
|
|
|
|
# Temp / editor backups
|
|
*.bak
|
|
*.orig
|
|
|
|
|
|
DOCS/dialogues.md |