All checks were successful
Build Docker / Build Image (push) Successful in 1m11s
19 lines
196 B
Plaintext
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
|