diff --git a/.gitignore b/.gitignore index ba0430d..94f11db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -__pycache__/ \ No newline at end of file +__pycache__/ + +data/*.* +!data/examples/ +output/*.* \ No newline at end of file