This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
imagerepo/.dockerignore
T

28 lines
327 B
Plaintext

# Ignore test data
images/
import/
# Ignore Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore environment files
.env
.env.*
# Ignore virtual environments
env/
venv/
# Ignore Git files
.git
.gitignore
# Ignore DB files
imagerepo/
# Ignore Docker related files
.dockerignore
docker-compose.yml