diff --git a/.gitignore b/.gitignore index 46da36e693e..665ba4743e6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,14 +6,20 @@ __pycache__ *.egg *.egg-info +.*cache*/ +*venv*/ Cython/Compiler/*.c Cython/Plex/*.c Cython/Runtime/refnanny.c Cython/Tempita/*.c Cython/*.c +Cython/*.html +Cython/*/*.html Tools/*.elc +Demos/*.html +Demos/*/*.html /TEST_TMP/ /build/ @@ -22,11 +28,16 @@ Tools/*.elc /dist/ .gitrev .coverage +*.patch +*.diff *.orig +*.prof *.rej +*.log *.dep *.swp *~ +callgrind.out.* .ipynb_checkpoints docs/build