diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8a298a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/test export-ignore +/*.sh export-ignore +/meta.json export-ignore +.git* export-ignore +.idea export-ignore +.vscode export-ignore +.mypy_cache export-ignore +__pycache__ export-ignore