Diff of /.gitignore [000000] .. [5d6472]

Switch to unified view

a b/.gitignore
1
# Compiled Python files
2
__pycache__/
3
*.pyc
4
.cache
5
6
# OS files
7
.DS_Store
8
Thumbs.db
9
.ipynb_checkpoints/
10
.directory
11
12
# Python build files
13
*.egg-info/
14
/dist/
15
/build/