Files
pkgmgr/.dockerignore
Kevin Veen-Birkenbach 8e80dc5fd7 Fixed tests in container
2025-12-07 21:52:04 +01:00

31 lines
295 B
Plaintext

# 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.*
*.log
package-manager-*