Files
pkgmgr/.dockerignore

29 lines
251 B
Plaintext
Raw Normal View History

# Docker build context cleanup
# Nix local store/cache
.nix/
# Git internals
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# venvs
.venv/
venv/
.venvs/
# Editor/OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db
# Logs
*.log