diff --git a/.gitignore b/.gitignore index 4f21eef4b..711a82015 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ doc/_build/* doc/auto_examples/* build/* dist/* -*egg-info* \ No newline at end of file +*egg-info* +*.pyc +.spyproject/* \ No newline at end of file