File size: 111 Bytes
b5baf02
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Python byte code, etc.
__pycache__/

# C/C++ object files/libraries
*.o
*.so

# macOS
**/.DS_Store

# tmp
~*