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

34 lines
375 B
Plaintext

# Prevents unwanted files from being committed to version control.
# Custom Config file
config/config.yaml
# Python bytecode
__pycache__/
*.pyc
# Virtual environments
.venv/
venv/
.venvs/
# Build artifacts
dist/
build/
*.egg-info/
# Editor files
.vscode/
.idea/
# OS noise
.DS_Store
Thumbs.db
# Nix Cache to speed up tests
.nix/
# Ignore logs
*.log
package-manager-*