35 lines
427 B
Text
35 lines
427 B
Text
# Generic temporary files
|
|
*.backup
|
|
*.bak
|
|
*.orig
|
|
*.temp
|
|
*.tmp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.python-version
|
|
.venv/
|
|
venv/
|
|
.env
|
|
|
|
# Vim
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
|
#
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|