feat: Add album management functionality with new data model, repository, service, API, and generation integration.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,14 +1,9 @@
|
||||
minio_backup.tar.gz
|
||||
.DS_Store
|
||||
**/__pycache__/
|
||||
# Игнорируем файлы скомпилированного байт-кода напрямую
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Игнорируем расширения CPython конкретно
|
||||
*.cpython-*.pyc
|
||||
|
||||
# Игнорируем файлы .DS_Store на всех уровнях
|
||||
**/.DS_Store
|
||||
.idea/ai-char-bot.iml
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user