Files
OpenAI Coding Assistant 527d989a01 feat: complete and visually audit the Hyprland workstation
Refresh system/tool pins, install official Element Nightly, expand development tools, and finish desktop workflows with a shared charcoal/gold design. Retain host-specific updates and NixOS recovery generations.
2026-09-05 23:22:27 -05:00

22 lines
347 B
Plaintext

# Nix build results and local environment state.
/result
/result-*
/.direnv/
# NixOS-generated files when the checkout lives at /etc/nix.
/nix.conf
/registry.json
# Local secrets must never be imported into Nix or committed.
/.env
/.env.*
!/.env.example
/secrets/
# Python bytecode and editor temporary files.
__pycache__/
*.pyc
*.swp
*.swo
*~