diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a41ba1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore some symbolic links +install + +# Ignore specific directories and files +.ipynb_checkpoints/ +*/.ipynb_checkpoints/ +.vscode/ +*.pyc +__pycache__/ +*.egg-info/ +*.h5