diff --git a/.gitignore b/.gitignore index 1901d7f..249b299 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ debug_output/ # Generated content and temporary files *.json +!brands.json *.html *.txt *.backup diff --git a/brands.json b/brands.json new file mode 100644 index 0000000..6dd6ecb --- /dev/null +++ b/brands.json @@ -0,0 +1,5 @@ +{ + "gullco.com": ["Gullco", "Gullco International"], + "dehumidifiercorp.com": ["Dehumidifier Corp", "Dehumidifier Corporation of America", "DCA"], + "hoggeprecision.com": ["Hogge Precision", "Hogge Precision Parts Co. Inc"] +}