Diff of /.gitignore [000000] .. [d01132]

Switch to unified view

a b/.gitignore
1
# User added files
2
.DS_Store
3
*.Rproj
4
5
# Byte-compiled / optimized / DLL files
6
__pycache__/
7
*.py[cod]
8
*$py.class
9
10
# C extensions
11
*.so
12
13
# Distribution / packaging
14
.Python
15
build/
16
develop-eggs/
17
dist/
18
downloads/
19
eggs/
20
.eggs/
21
# lib/
22
lib64/
23
parts/
24
sdist/
25
var/
26
wheels/
27
*.egg-info/
28
.installed.cfg
29
*.egg
30
MANIFEST
31
32
# PyInstaller
33
#  Usually these files are written by a python script from a template
34
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
35
*.manifest
36
*.spec
37
38
# Installer logs
39
pip-log.txt
40
pip-delete-this-directory.txt
41
42
# Unit test / coverage reports
43
htmlcov/
44
.tox/
45
.coverage
46
.coverage.*
47
.cache
48
nosetests.xml
49
coverage.xml
50
*.cover
51
.hypothesis/
52
.pytest_cache/
53
54
# Translations
55
*.mo
56
*.pot
57
58
# Django stuff:
59
*.log
60
local_settings.py
61
db.sqlite3
62
63
# Flask stuff:
64
instance/
65
.webassets-cache
66
67
# Scrapy stuff:
68
.scrapy
69
70
# Sphinx documentation
71
docs/_build/
72
73
# PyBuilder
74
target/
75
76
# Jupyter Notebook
77
.ipynb_checkpoints
78
79
# pyenv
80
.python-version
81
82
# celery beat schedule file
83
celerybeat-schedule
84
85
# SageMath parsed files
86
*.sage.py
87
88
# Environments
89
.env
90
.venv
91
env/
92
venv/
93
ENV/
94
env.bak/
95
venv.bak/
96
97
# Spyder project settings
98
.spyderproject
99
.spyproject
100
101
# Rope project settings
102
.ropeproject
103
104
# mkdocs documentation
105
/site
106
107
# mypy
108
.mypy_cache/
109
data/mnist/t10k-images-idx3-ubyte
110
data/mnist/t10k-labels-idx1-ubyte
111
data/mnist/train-images-idx3-ubyte
112
data/mnist/train-labels-idx1-ubyte
113
data/simulation/.Rhistory
114
.vscode/settings.json
115
.Rproj.user