-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 940 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (47 loc) · 940 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
# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
*.tsbuildinfo
packages/zarrextra/src/*.d.ts
packages/zarrextra/src/*.d.ts.map
# Testing
coverage/
test-fixtures/
test-fixtures-production-browser/
test-results/
validation-results/
# Python virtual environments (version-specific, completely separate)
python/v0.5.0/.venv/
python/v0.6.1/.venv/
python/v0.7.2/.venv/
# Vendored from openjph-wasm (see scripts/vendor-openjph-for-python.mjs)
python/spatialdata-js-util/src/spatialdata_js_util/codecs/vendor/openjph/
**/__pycache__/
*.egg-info/
*.egg
# Environment
.env
.env.local
# IDE
# Note: .vscode/settings.json and .cursor/settings.json are committed for Python interpreter setup
.vscode/launch.json
.vscode/tasks.json
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docusaurus
.docusaurus/
.cache-loader/
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# local tarballs from scripts/pack-local.sh
.local-pack/