Improve error handling on unexpected 'postfix'
[cps.git] / .gitignore
index f197492..3ab1019 100755 (executable)
@@ -12,6 +12,7 @@ log/
 *.iml
 *.ipr
 *.iws
+*.DS_Store
 
 .settings/
 bin/
@@ -24,4 +25,7 @@ tmp/
 
 /.tox
 /_build/*
-/__pycache__/*
\ No newline at end of file
+/__pycache__/*
+
+/docs/docs/
+/docs/.vscode/
\ No newline at end of file