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
|
MANIFEST
build/
dist/
lib/
nbproject/
leidenalg.egg-info/
wlib/
bin/
obj/
Makefile
*.log
**/*.o
**/*.so
**/*.pyc
files.txt
files_py3.txt
callgrind*
main.cpp
leiden-dists.zip
leidenalg.cbp
leidenalg.depend
leidenalg.layout
leiden.log
igraphcore/
**/*.swp
valgrind-python.supp
test/
test_install.sh
massif*
.vscode/
*.code-workspace
PACKAGE.txt
vendor/source/igraph
vendor/source/install
vendor/install
src/leidenalg/version.py
pip-wheel-metadata
.eggs/
doc/source/_build
build-deps
|