forked from vitessce/vitessce-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (41 loc) · 719 Bytes
/
.gitignore
File metadata and controls
46 lines (41 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.coverage
pip-wheel-metadata/
*.egg-info/
.ipynb_checkpoints/
dist/
build/
docs-dist/
*.py[cod]
node_modules/
tests/data/*
!tests/data/test.ome.tif
./notebooks/
docs/notebooks/data/
docs/notebooks/*.html
__pycache__/
.snakemake/
.coverage
demos/*/data/
demos/*/vitessce.local.json
demos/*/vitessce.remote.json
.pytest_cache/
# Compiled javascript
vitessce/static/
vitessce/nbextension/
vitessce/labextension/
# Created by jupyter labextension install
js/yarn.lock
vitessce/yarn.lock
# OS X
.DS_Store
.nova/
.vscode/
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
tests-widget/test-results/
tests-widget/playwright-report/
tests-widget/blob-report/
tests-widget/playwright/.cache/