20 lines
280 B
Text
20 lines
280 B
Text
### UMap ###
|
|
umap/settings/local.py
|
|
umap/settings/local/*
|
|
docs/_build
|
|
umap/remote_static
|
|
tmp/*
|
|
node_modules/*
|
|
umap/static/umap/vendors
|
|
site/*
|
|
.pytest_cache/
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|