Files
pkgmgr/.gitignore
Kevin Veen-Birkenbach 60afa92e09 Removed flake.lock
2025-12-12 00:30:17 +01:00

36 lines
374 B
Plaintext

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