Files
pkgmgr/.dockerignore

31 lines
310 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
# Arch pkg artifacts
*.pkg.tar.*
2025-12-07 21:52:04 +01:00
*.log
packaging/arch/package-manager-*