Files
inventory/.dockerignore
2026-03-26 17:59:56 +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