diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e828f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto + +# General +*.txt text +*.md text +*.html text +*.xml text +*.c text + +# Python +*.py text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a22dd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.idea +__pycache__ +.cache +.tox +parsita.egg-info +.coverage +htmlcov +build +dist