Files
jobs/.dockerignore
georg.sinn-schirwitz 5940e1f8b4 Docker functionality
2025-09-08 14:51:04 +02:00

64 lines
505 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Logs
logs/
*.log
# Cache
cache/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Documentation
docs/_build/
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
README-Docker.md
deploy.sh