activate
.idea
.vscode
.venv*
dist/
build/
.cache/
.eggs/
*.pyc
wheel
*.egg-info
*.edges.csv
*.vertices.csv
**/__pycache__
redblackgraph/about.py
redblackgraph.egg-info/
redblackgraph/sparsetools/CMakeLists.txt
_sparsetools.cpython-36m-darwin.so
redblackgraph/sparsetools/cmake-build-debug/
_sparsetools.cpython-36m-x86_64-linux-gnu.so
redblackgraph/core/src/redblackgraph/redblack.c
redblackgraph/core/src/redblackgraph/rbg_math.c
redblackgraph/core/src/redblackgraph/rbg_math.h
redblackgraph/core/src/redblackgraph/relational_composition.c
redblackgraph/core/src/redblackgraph/transitive_closure.c
redblackgraph/core/src/redblackgraph/warshall.c
redblackgraph/__config__.py
redblackgraph/*.so
redblackgraph/tests/resources/closure.results.csv
redblackgraph/tests/resources/composition.results.csv
_version.py.bld
notebooks/*.pdf
notebooks/*.tex
notebooks/*.aux
notebooks/*.log
notebooks/*.out
notebooks/Rapp-FamilyHistory/*.xlsx
notebooks/.diff
.pytest_cache
**/.ipynb_checkpoints
.Trash-*
_redblackgraph.*.so
_sparsetools.*.so
cythonize.dat

# Meson build artifacts
build/
builddir*
.mesonpy-*
*.dist-info/

# Wheel build outputs
wheelhouse/
wheel/

# Version file (generated by setuptools_scm)
redblackgraph/_version.py

# Test artifacts
.test-wheel-install/
_testing_output/