Diff of /.gitignore [000000] .. [8790ab]

Switch to unified view

a b/.gitignore
1
test.ipynb
2
test.py
3
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
7
*$py.class
8
9
# C extensions
10
*.so
11
12
# Distribution / packaging
13
.idea/
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
pip-wheel-metadata/
28
share/python-wheels/
29
*.egg-info/
30
.installed.cfg
31
*.egg
32
MANIFEST
33
34
# PyInstaller
35
#  Usually these files are written by a python script from a template
36
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
37
*.manifest
38
*.spec
39
40
# Installer logs
41
pip-log.txt
42
pip-delete-this-directory.txt
43
44
# Unit test / coverage reports
45
htmlcov/
46
.tox/
47
.nox/
48
.coverage
49
.coverage.*
50
.cache
51
nosetests.xml
52
coverage.xml
53
*.cover
54
*.py,cover
55
.hypothesis/
56
.pytest_cache/
57
58
# Translations
59
*.mo
60
*.pot
61
62
# Django stuff:
63
*.log
64
local_settings.py
65
db.sqlite3
66
db.sqlite3-journal
67
68
# Flask stuff:
69
instance/
70
.webassets-cache
71
72
# Scrapy stuff:
73
.scrapy
74
75
# Sphinx documentation
76
docs/_build/
77
78
# PyBuilder
79
target/
80
81
# Jupyter Notebook
82
.ipynb_checkpoints
83
84
# IPython
85
profile_default/
86
ipython_config.py
87
88
# pyenv
89
.python-version
90
91
# pipenv
92
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
93
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
94
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
95
#   install all needed dependencies.
96
#Pipfile.lock
97
98
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
99
__pypackages__/
100
101
# Celery stuff
102
celerybeat-schedule
103
celerybeat.pid
104
105
# SageMath parsed files
106
*.sage.py
107
108
# Environments
109
.env
110
.venv
111
env/
112
venv/
113
ENV/
114
env.bak/
115
venv.bak/
116
117
# Spyder project settings
118
.spyderproject
119
.spyproject
120
121
# Rope project settings
122
.ropeproject
123
124
# mkdocs documentation
125
/site
126
127
# mypy
128
.mypy_cache/
129
.dmypy.json
130
dmypy.json
131
132
# Pyre type checker
133
.pyre/
134
135
# Mac
136
.DS_Store
137
138
playground.ipynb
139
test.ipynb
140
file_structure.ipynb
141
data/
142
oracle/
143
144
# vim backup
145
*~