1 # C 2 *.o 3 bin/ 4 buildfiles/ 5 **/obj/ 6 dist/ 7 8 # Python 9 __pycache__/ 10 *.py[cod] 11 *.so 12 *.egg-info/ 13 14 # Tests 15 *.txt.uncompressed 16 *.bro 17 *.unbro 18