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
2026-03-20 13:44:02 -04:00

30 lines
355 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 and editor files
.git
.gitignore
.claude/
docs/
# Ignore DB files
imagerepo/
# Ignore Docker related files
.dockerignore
docker-compose.yml