Files
Panama/.gitignore
T

14 lines
366 B
Plaintext

# Ignore bash environment variables.
/config/bash/env
# Ignore backups of old config files
/config/old
# Ignore Wireguard config of course!
/config/wg/**
# Ignore Neovim lazy-lock file
/config/dot/nvim/lazy-lock.json
# Local visual-companion sessions and generated design mocks.
/.superpowers/
# Python helper bytecode is local runtime state.
__pycache__/
*.py[cod]