-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (74 loc) · 1.66 KB
/
Copy path.gitignore
File metadata and controls
74 lines (74 loc) · 1.66 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.idea
.vscode
__pycache__
build
dist
*.egg-info
scarf.egg-info
scarf_toolkit.egg-info
.venv
.venv*/
.ruff_cache
# zarr ":memory:" URL materialized as a local directory by older tests
:memory:
:memory:/
*.ipynb_checkpoints
*.ipynb
!docs/.jupyter_cache/executed/**/base.ipynb
docs/.jupyter_cache/_parallel/
docs/.jupyter_cache.backup/
docs/.jupyter_cache.candidate-*/
docs/.jupyter_cache.lock
docs/.jupyter_cache.resume/
docs/.jupyter_cache.work-*/
docs/.ipython/
docs/source/vignettes/README.md
docs/source/vignettes/scarf_datasets
docs/source/vignettes/dev
docs/source/vignettes/*.txt
docs/source/vignettes/*.mtx
docs/build/
docs/_build/
docs/jupyter_execute
# Downloaded/converted notebook datasets (path depends on CWD during execute)
docs/source/scarf_datasets/
docs/source/tutorials/scarf_datasets/
docs/**/scarf_datasets/
*.zarr/
**/*.zarr/
.coverage
coverage.xml
coverage.json
htmlcov/
.pytest_cache
interrogate_badge.svg
tests/datasets/*
!tests/datasets/markers_all_clusters.csv
tests/.env
tests/.env.*
benchmarks/.env
benchmarks/.env.*
!benchmarks/.env.example
profiling/.env
profiling/.env.*
!profiling/.env.example
scarf/agent/.env
scarf/agent/.env.*
!scarf/agent/.env.example
/profiling/config.toml
/profiling/config.*.toml
!/profiling/config.example.toml
# Generated and machine-specific profiling configs.
profiling/layouts/
/profiling/cluster_sources.toml
test_data
# Generated plotting showcase outputs. Curated references live in tests/visual.
/artifacts/
/plotting_showcase/
tests/visual/showcase/*.json
# Generated by setuptools-scm during build/sync.
scarf/_version.py
# Local working notes for countsT strip-shard experiments (tmp Modal hacks).
/performance_reconfig.md
.env
temp/