File size: 106 Bytes
96e9c2b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore unit tests.
**/*_test.py

# Mac OS.
.DS_Store