[object Object]

← back to Ventura Corridor

chore: gitignore all .env/.bak/.plist-backups + drop tracked backup files

19b542730f0ef9a81dd424d81107fd251593e52e · 2026-05-27 08:42:28 -0700 · SteveStudio2

Files touched

Diff

commit 19b542730f0ef9a81dd424d81107fd251593e52e
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Wed May 27 08:42:28 2026 -0700

    chore: gitignore all .env/.bak/.plist-backups + drop tracked backup files
---
 .env.bak                                           | 23 ---------------
 .gitignore                                         |  6 ++++
 ...a-corridor-auto-cover.plist.20260507-091547.bak | 32 --------------------
 ...-corridor-auto-dedupe.plist.20260507-091547.bak | 32 --------------------
 ...corridor-auto-publish.plist.20260507-091547.bak | 32 --------------------
 ...rridor-corpus-summary.plist.20260507-091547.bak | 32 --------------------
 ...dor-coverage-snapshot.plist.20260507-091547.bak | 32 --------------------
 ...ntura-corridor-digest.plist.20260507-091547.bak | 34 ----------------------
 ...ra-corridor-ig-dryrun.plist.20260507-091547.bak | 32 --------------------
 ...corridor-magazine-gen.plist.20260507-091547.bak | 32 --------------------
 ...orridor-morning-email.plist.20260507-091547.bak | 32 --------------------
 ...ura-corridor-snapshot.plist.20260507-091547.bak | 32 --------------------
 ...tura-corridor-standup.plist.20260507-091547.bak | 32 --------------------
 13 files changed, 6 insertions(+), 377 deletions(-)

diff --git a/.env.bak b/.env.bak
deleted file mode 100644
index 69be496..0000000
--- a/.env.bak
+++ /dev/null
@@ -1,23 +0,0 @@
-# Ventura Corridor — local-only
-
-# Server
-PORT=9780
-
-# Database (local PG via Unix socket)
-DATABASE_URL=postgresql:///ventura_corridor?host=/tmp
-
-# HERE Maps (free 30k req/mo). Get one at https://platform.here.com or via /secrets.
-HERE_API_KEY=
-
-# Ventura Blvd corridor bounds (for HERE Discover bbox queries)
-# Western anchor: Ventura Blvd at Calabasas Pkwy (~34.146, -118.610)
-# Eastern anchor: Ventura Blvd at Cahuenga Blvd, NoHo (~34.139, -118.382)
-# We tile the 17-mi corridor in 1km segments along the polyline.
-VENTURA_BBOX_WEST=-118.620
-VENTURA_BBOX_EAST=-118.370
-VENTURA_BBOX_SOUTH=34.130
-VENTURA_BBOX_NORTH=34.165
-
-# Crawl tuning
-CRAWL_CONCURRENCY=20
-CRAWL_TIMEOUT_MS=15000
diff --git a/.gitignore b/.gitignore
index 954c72d..63dbf06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,9 @@ tmp/
 dist/
 build/
 .next/
+
+# Standing-rule additions (2026-05-27): all env variants + backups
+.env*
+*.bak
+*.bak-*
+.plist-backups/
diff --git a/.plist-backups/com.steve.ventura-corridor-auto-cover.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-auto-cover.plist.20260507-091547.bak
deleted file mode 100644
index 33175c9..0000000
--- a/.plist-backups/com.steve.ventura-corridor-auto-cover.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-auto-cover</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:auto-cover >> /Users/stevestudio2/Projects/ventura-corridor/logs/auto-cover.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>2</integer>
-    <key>Minute</key>
-    <integer>42</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-cover.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-cover.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-auto-dedupe.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-auto-dedupe.plist.20260507-091547.bak
deleted file mode 100644
index 4d0bce7..0000000
--- a/.plist-backups/com.steve.ventura-corridor-auto-dedupe.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-auto-dedupe</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:auto-dedupe >> /Users/stevestudio2/Projects/ventura-corridor/logs/auto-dedupe.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>3</integer>
-    <key>Minute</key>
-    <integer>33</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-dedupe.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-dedupe.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-auto-publish.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-auto-publish.plist.20260507-091547.bak
deleted file mode 100644
index 3b25390..0000000
--- a/.plist-backups/com.steve.ventura-corridor-auto-publish.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-auto-publish</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:auto-publish 10 >> /Users/stevestudio2/Projects/ventura-corridor/logs/auto-publish.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>2</integer>
-    <key>Minute</key>
-    <integer>22</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-publish.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/auto-publish.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-corpus-summary.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-corpus-summary.plist.20260507-091547.bak
deleted file mode 100644
index 6bb6423..0000000
--- a/.plist-backups/com.steve.ventura-corridor-corpus-summary.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-corpus-summary</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:corpus-summary >> /Users/stevestudio2/Projects/ventura-corridor/logs/corpus-summary.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>9</integer>
-    <key>Minute</key>
-    <integer>0</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/corpus-summary.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/corpus-summary.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-coverage-snapshot.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-coverage-snapshot.plist.20260507-091547.bak
deleted file mode 100644
index db28ce0..0000000
--- a/.plist-backups/com.steve.ventura-corridor-coverage-snapshot.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-coverage-snapshot</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:coverage-snapshot >> /Users/stevestudio2/Projects/ventura-corridor/logs/coverage-snapshot.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>23</integer>
-    <key>Minute</key>
-    <integer>55</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/coverage-snapshot.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/coverage-snapshot.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-digest.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-digest.plist.20260507-091547.bak
deleted file mode 100644
index 5626cca..0000000
--- a/.plist-backups/com.steve.ventura-corridor-digest.plist.20260507-091547.bak
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-digest</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run digest >> /Users/stevestudio2/Projects/ventura-corridor/logs/digest.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Weekday</key>
-    <integer>1</integer>
-    <key>Hour</key>
-    <integer>9</integer>
-    <key>Minute</key>
-    <integer>3</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/digest.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/digest.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-ig-dryrun.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-ig-dryrun.plist.20260507-091547.bak
deleted file mode 100644
index f2e674f..0000000
--- a/.plist-backups/com.steve.ventura-corridor-ig-dryrun.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-ig-dryrun</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:ig-dryrun >> /Users/stevestudio2/Projects/ventura-corridor/logs/ig-dryrun.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>8</integer>
-    <key>Minute</key>
-    <integer>2</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/ig-dryrun.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/ig-dryrun.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-magazine-gen.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-magazine-gen.plist.20260507-091547.bak
deleted file mode 100644
index c875dcc..0000000
--- a/.plist-backups/com.steve.ventura-corridor-magazine-gen.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-magazine-gen</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:gen 20 >> /Users/stevestudio2/Projects/ventura-corridor/logs/magazine-gen.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>1</integer>
-    <key>Minute</key>
-    <integer>32</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/magazine-gen.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/magazine-gen.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-morning-email.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-morning-email.plist.20260507-091547.bak
deleted file mode 100644
index 30121a9..0000000
--- a/.plist-backups/com.steve.ventura-corridor-morning-email.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-morning-email</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:morning-email >> /Users/stevestudio2/Projects/ventura-corridor/logs/morning-email.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>8</integer>
-    <key>Minute</key>
-    <integer>7</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/morning-email.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/morning-email.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-snapshot.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-snapshot.plist.20260507-091547.bak
deleted file mode 100644
index 879565d..0000000
--- a/.plist-backups/com.steve.ventura-corridor-snapshot.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-snapshot</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run snapshot >> /Users/stevestudio2/Projects/ventura-corridor/logs/snapshot.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>23</integer>
-    <key>Minute</key>
-    <integer>57</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/snapshot.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/snapshot.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>
diff --git a/.plist-backups/com.steve.ventura-corridor-standup.plist.20260507-091547.bak b/.plist-backups/com.steve.ventura-corridor-standup.plist.20260507-091547.bak
deleted file mode 100644
index 0f2515f..0000000
--- a/.plist-backups/com.steve.ventura-corridor-standup.plist.20260507-091547.bak
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-  <key>Label</key>
-  <string>com.steve.ventura-corridor-standup</string>
-  <key>ProgramArguments</key>
-  <array>
-    <string>/bin/bash</string>
-    <string>-lc</string>
-    <string>cd /Users/stevestudio2/Projects/ventura-corridor && /usr/local/bin/npm run magazine:standup >> /Users/stevestudio2/Projects/ventura-corridor/logs/standup.log 2>&amp;1</string>
-  </array>
-  <key>StartCalendarInterval</key>
-  <dict>
-    <key>Hour</key>
-    <integer>7</integer>
-    <key>Minute</key>
-    <integer>50</integer>
-  </dict>
-  <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/standup.out.log</string>
-  <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/ventura-corridor/logs/standup.err.log</string>
-  <key>EnvironmentVariables</key>
-  <dict>
-    <key>PATH</key>
-    <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
-    <key>PGHOST</key>
-    <string>/tmp</string>
-  </dict>
-</dict>
-</plist>

← e1392fb ventura-corridor: ship 'POSSIBLY NO BUSINESS LICENSE' badge  ·  back to Ventura Corridor  ·  gitignore: add *.orig *.save *.old *~ copy-of-* backup patte 6912794 →