forked from scverse/scanpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (60 loc) · 946 Bytes
/
.gitignore
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
# Scanpy
.pytest_cache/
.scanpy
.coverage
figures/
cache/
coverage.xml
test.h5ad
test_compr.h5ad
test_no_compr.h5ad
docs/_build
docs/api/scanpy.api.*.rst
docs/api/scanpy.*.rst
!docs/api/scanpy.api.rst
!docs/api/scanpy.api.AnnData.rst
!docs/api/scanpy.plotting.rst
archive/
data/
figs/
*/figs*/
write/
/examples/
scanpy.egg-info/
scanpy_user/
scanpy_save/
scanpy_later/
scripts_test/
thirdp/
test.py
README.html
scripts/
test_notebooks.txt
upload_to_pypi.sh
# private files
scanpy/examples/builtin_private.py
scanpy/tools/paths.py
scanpy/tools/tgdyn.py
scanpy/tools/tgdyn_simple.py
scripts/paths.py
scripts/test_private.sh
scripts/tgdyn.py
scripts/tgdyn_simple.py
.spyproject/
scanpy/.spyproject/
# always-ignore extensions
*~
# Python / Byte-compiled / optimized / DLL
__pycache__/
*.py[cod]
*.so
.cache
# OS or Editor files and folders
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory
/.idea/
# always-ignore directories
/dist/
/build/