[06a92b]: / .gitignore

Download this file

9 lines (6 with data), 105 Bytes

# Ignore all pycachse files
*.pyc

# Ignore all result files
*./results/

# Ignore init file
__init__.py