aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore_global
blob: 0355f327c91000c39a4673923847b6ceaedc3257 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Tagfiles
tags

# Vim swapfiles
*.swp
*.swo

# Vim session file
Session.vim

# Python bytecode
*.pyc
__pycache__

# MyPy data
.mypy_cache

# Mac Finder data
.DS_Store