Files
firepool/.dockerignore
2026-04-04 18:18:09 +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