.dockerignore
298 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Git
.git/
.gitignore
# Docker
Dockerfile
.dockerignore
# Logs
*.log
# Local configs
cfg/config.local.yaml