forked from scverse/spatialdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (47 loc) · 715 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (47 loc) · 715 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Temp files
.DS_Store
*~
.dmypy.json
# Compiled files
__pycache__/
# Distribution / packaging
/build/
/dist/
/*.egg-info/
# Tests and coverage
/.pytest_cache/
/.cache/
/data/
# docs
docs/_build
!docs/api/.md
docs/**/generated
docs/_static/datasets_data.js
# IDEs
/.idea/
.vscode
# data
*.zarr/
# temp files
temp/
# symlinks (luca) for extending the refactoring to satellite projects
napari-spatialdata
spatialdata-io
spatialdata-notebooks
spatialdata-plot
spatialdata-sandbox
# notebooks
*.ipynb
# version file
_version.py
# agents configurations
.claude/settings.local.json
# benchmarking and profiling
.asv/
profile.speedscope.json
# other
node_modules/
.mypy_cache
.ruff_cache
uv.lock
pixi.lock