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