From 0291382967985c4f3ab27d0b9357fcb39010b4ea Mon Sep 17 00:00:00 2001 From: Prashanth R Date: Fri, 11 Nov 2022 10:51:04 -0800 Subject: [PATCH] Add yapfignore (#771) --- .yapfignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .yapfignore diff --git a/.yapfignore b/.yapfignore new file mode 100644 index 0000000000..fba945a32b --- /dev/null +++ b/.yapfignore @@ -0,0 +1,15 @@ +util/aa_isocode2dcid.py +util/county_to_dcid.py +util/soc_codes.py + +scripts/*/*/scratch +scripts/*/*/*/scratch +scripts/*/*/*/*/scratch +scripts/*/*/*/*/*/scratch + +.env/ +*/.env/ +*/*/.env/ +*/*/*/.env/ +*/*/*/*/.env/ +*/*/*/*/*/.env/