diff --git a/.gitignore b/.gitignore index b30745da9a1..7733803bd87 100644 --- a/.gitignore +++ b/.gitignore @@ -16,9 +16,9 @@ DartConfiguration.tcl ## Python build directories & artifacts htmlcov dist/ -cudf.egg-info/ +cugraph.egg-info/ python/build -python/cudf/bindings/*.cpp +python/cugraph/bindings/*.cpp ## Patching *.diff @@ -37,3 +37,6 @@ build/ datasets/* .pydevproject + +# Jupyter Notebooks +.ipynb_checkpoints \ No newline at end of file