Diff of /.gitignore [000000] .. [6ff4a8]

Switch to unified view

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