summaryrefslogtreecommitdiff
path: root/git/ignore
blob: 1b9b616904465623a36bf437b793d1b577cdc40e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generic backup files
*.bak

# Generic cache files
*.cache

# macOS metadata files
.DS_Store

# Python development
**/__pycache__/