Test docker image, basic functionality

This commit is contained in:
2026-07-29 20:05:17 +05:00
parent ec3af18549
commit 5b0bb25177
3 changed files with 108 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Git
.git/
.gitignore
# Python cache
*.pyc
__pycache__/
*.pyo
*.pyd
# Build artifacts
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
# License (not needed for installation)
LICENSE
# Docker files (not needed in build context)
Dockerfile
.dockerignore
# Local test files
*.mp3
*.flac
*.wav
*.txt
*.log