diff --git a/.gitignore b/.gitignore index bbeeb34..a68fcd7 100644 --- a/.gitignore +++ b/.gitignore @@ -56,10 +56,12 @@ build .zip .avi +# Python related */__pycache__ *.pyc venv .eggs/ dist/ -pysurvive.egg-info/ \ No newline at end of file +pysurvive.egg-info/ +_skbuild/ \ No newline at end of file