# 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/ # Local linked worktrees used for reviewed feature development. /.worktrees/ # Python helper bytecode is local runtime state. __pycache__/ *.py[cod] # Generated from the colour scheme; machine state, not configuration. /config/dot/kitty/current-theme.conf # Generated from the colour scheme; machine state, not configuration. /config/dot/gtk-3.0/settings.ini /config/dot/gtk-4.0/settings.ini /config/dot/tmux/current-theme.conf