File tree Expand file tree Collapse file tree 2 files changed +118
-0
lines changed
Expand file tree Collapse file tree 2 files changed +118
-0
lines changed Original file line number Diff line number Diff line change 1+ # Set the default behavior, in case contributors don't have core.autocrlf set.
2+ * text =auto
3+
4+ # Explicitly declare text files
5+ * .py text
6+ * .rst text
7+ * .md text
8+ * .json text
9+ * .ipynb text
10+ * .cfg text
11+
12+ # Baseline images are binary and should not be modified
13+ * .png binary
14+ * .jpg binary
15+ * .pdf binary
16+
17+ # Compressed files are binary and should not be modified
18+ * .gz binary
19+ * .npz binary
20+ * .zip binary
Original file line number Diff line number Diff line change 1+ # Jupyter Notebook
12.ipynb_checkpoints
3+
4+ # Sphinx documentation
5+ docs /_build /
6+
7+ # virtualenv
8+ .venv
9+ venv /
10+ ENV /
11+
12+ # pyenv
13+ .python-version
14+
15+ # Byte-compiled / optimized / DLL files
16+ __pycache__ /
17+ * .py [cod ]
18+ * $py.class
19+
20+ # C extensions
21+ * .so
22+
23+ # Distribution / packaging
24+ .Python
25+ env /
26+ build /
27+ develop-eggs /
28+ dist /
29+ downloads /
30+ eggs /
31+ .eggs /
32+ lib /
33+ lib64 /
34+ parts /
35+ sdist /
36+ var /
37+ * .egg-info /
38+ .installed.cfg
39+ * .egg
40+
41+ # PyInstaller
42+ # Usually these files are written by a python script from a template
43+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
44+ * .manifest
45+ * .spec
46+
47+ # Installer logs
48+ oryx-build-commands.txt
49+ pip-log.txt
50+ pip-delete-this-directory.txt
51+
52+ # PyTest
53+ .pytest_cache
54+
55+ # Unit test / coverage reports
56+ htmlcov /
57+ .tox /
58+ .coverage
59+ .coverage. *
60+ .cache
61+ nosetests.xml
62+ coverage.xml
63+ * ,cover
64+ .hypothesis /
65+
66+ # IDE/editor droppings
67+ * .swp
68+ * .swo
69+ .vscode /settings.json
70+
71+ # Spyder project settings
72+ .spyderproject
73+ .spyproject
74+
75+ # PyCharm
76+ .idea /workspace.xml
77+ .idea /tasks.xml
78+ .idea /dictionaries
79+ .idea /vcs.xml
80+ .idea /jsLibraryMappings.xml
81+ .idea /dataSources.ids
82+ .idea /dataSources.xml
83+ .idea /dataSources.local.xml
84+ .idea /sqlDataSources.xml
85+ .idea /dynamic.xml
86+ .idea /uiDesigner.xml
87+ .idea /gradle.xml
88+ .idea /libraries
89+ .idea /mongoSettings.xml
90+ * .iws
91+ /out /
92+ .idea_modules /
93+ .idea
94+
95+ # JIRA plugin
96+ atlassian-ide-plugin.xml
97+
98+ # OS droppings
99+ .DS_Store
You can’t perform that action at this time.
0 commit comments