Files
woodburn/.dockerignore
Nathan Woodburn 3bfc9553f6
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 51s
Build Docker / BuildImage (push) Successful in 1m4s
feat: Shrink docker image
2026-03-23 18:58:54 +11:00

19 lines
196 B
Plaintext

# Ignore text files
*.txt
*.md
LICENSE
# UV/Python virtual env files
.venv/
.python-version
# Git
.git/
.gitignore
.gitea/
.pre-commit-config.yaml
# Docker build files
Dockerfile
.dockerignore