mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00

This is a small step in the direction of spliting the data part and the rendering part. Basically in modules/data relies the data part, and in modules/rendering the rendering part, which at some point in the history should be the only place where we use and inherit from Leaflet, including utils and such.
27 lines
357 B
Text
27 lines
357 B
Text
### UMap ###
|
|
umap/settings/local.py
|
|
umap/settings/local/*
|
|
docs/_build
|
|
umap/remote_static
|
|
tmp/*
|
|
umap/static/umap/vendors
|
|
site/*
|
|
.pytest_cache/
|
|
node_modules
|
|
umap.conf
|
|
./data
|
|
./static
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
playwright/.auth/
|
|
test-results/
|
|
|
|
### Transifex ###
|
|
tx
|