Files
emacs-personal/.gitignore
Astounds 0879b710b3
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m34s
git-sync-with-mirror / git-sync (push) Successful in 14s
.gitignore: update
2026-02-27 23:39:38 -05:00

54 lines
566 B
Plaintext

### Emacs ###
# Lock files
.\#*
\#*\#
# Byte compiled files
*.elc
*.eld
# Cache and sessions
.cache/
eln-cache/
.lsp-session-v1
.dap-breakpoints
.session
.smex-items
.mc-lists.el
.org-id-locations
.litable-lists.el
auto-save-list/
bookmarks
eshell/
history
image-dired/
tramp/
transient/
url/
# Packages and dependencies
.cask/
cask.lock
elpa/
vendor/
# Configuration and state
.env
*~
ede-projects.el
.dir-locals.el
session*
recentf
projectile*
smex*
snippets/
srecode-map.el
# Private and var
private/
var/
### Python Virtual ###
.python-environments/
elpy/