diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..6b249517e5a30e6f029e3b1ec245c146414d6938 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# https://git-scm.com/docs/gitattributes + +# *.cir text eol=lf +# *.lib text eol=lf +# *.mod text eol=lf + +*.py text eol=lf +*.rst text eol=lf +*.yml text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..57bc430c431e1194043119b00f1624ede4b8a537 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +__pycache__ +doc/sphinx/build/