summary refs log tree commit diff
path: root/dot_ignore
blob: 3e004261c090cbd7cd50572a9df5980ec54b8afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# OS things
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.snapshots/

# Temporary data files
*.pkl

# Basic Python stuff for one-off doodles
__pycache__/
venv/
*.py[cod]

# Basic node stuff for one-off doodles
node_modules/

# macOS system-y folders
Applications*/
Library/
Parallels/