Diff of /.gitignore [000000] .. [06a92b]

Switch to unified view

a b/.gitignore
1
# Ignore all pycachse files
2
*.pyc
3
4
# Ignore all result files
5
*./results/
6
7
# Ignore init file
8
__init__.py