diff --git a/.gitignore b/.gitignore index 6f0d4e8..9290db5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ dist/ +node_modules/ +templates/ #Compiled Python bytecode *.py[cod] diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..14cb8af --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +exclude node_modules/* +exclude templates/* \ No newline at end of file