Files
pub-quiz/.dockerignore
Jay e705416ec4
All checks were successful
Build and Push Docker Image / build (push) Successful in 4s
bake data.csv into docker image
2026-03-31 16:55:44 +01:00

31 lines
258 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
.venv/
venv/
# Development tools
.idea/
.vscode/
*.egg-info/
# uv cache
.uv/
# Local output
dist/
# Git
.git/
.gitignore
# Docker itself
Dockerfile
docker-compose.yml
.dockerignore