Test docker image, basic functionality
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user