1# Vim
2.*.sw[a-z]
3*.un~
4Session.vim
5
6# OS X
7.DS_Store
8
9# Thumbnails
10._*
11
12# Files that might appear on external disk
13.Spotlight-V100
14.Trashes
15
16# Python VirtualEnnv
17venv/
18
19# Xcode
20*.xcuserdatad
21*.xccheckout
22*.xcscmblueprint
23
24# direnv and nix-shell
25.direnv/
26.envrc
27shell.nix