Browse Source

Housekeeping

maziggy 2 months ago
parent
commit
329be09fd9
2 changed files with 3 additions and 1 deletions
  1. 2 0
      .gitignore
  2. 1 1
      backend/app/core/config.py

+ 2 - 0
.gitignore

@@ -68,3 +68,5 @@ data/
 *.sarif
 
 debug_logs/
+
+spoolbuddy/ssh/

+ 1 - 1
backend/app/core/config.py

@@ -4,7 +4,7 @@ from pathlib import Path
 
 from pydantic_settings import BaseSettings
 
-# Application version - single source of truth
+# Application version - single source of truth.
 APP_VERSION = "0.2.2.1"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")