From f97ace74cbe136921234c987a1dbef6a39829837 Mon Sep 17 00:00:00 2001 From: oib Date: Fri, 13 Feb 2026 23:37:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20clean=20up=20stray=20.md=20files=20?= =?UTF-8?q?=E2=80=94=20delete=20junk,=20move=20chaos=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete apps/explorer-web/test-results/ (stale Playwright snapshots) - Delete scripts/dev/dev-utils-README.md (orphaned from deleted dev-utils/) - Move infra/scripts/README_chaos.md → docs/9_security/3_chaos-testing.md --- .../9_security/3_chaos-testing.md | 0 scripts/dev/dev-utils-README.md | 11 ----------- 2 files changed, 11 deletions(-) rename infra/scripts/README_chaos.md => docs/9_security/3_chaos-testing.md (100%) delete mode 100644 scripts/dev/dev-utils-README.md diff --git a/infra/scripts/README_chaos.md b/docs/9_security/3_chaos-testing.md similarity index 100% rename from infra/scripts/README_chaos.md rename to docs/9_security/3_chaos-testing.md diff --git a/scripts/dev/dev-utils-README.md b/scripts/dev/dev-utils-README.md deleted file mode 100644 index 9d2d4bb3..00000000 --- a/scripts/dev/dev-utils-README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Development Utilities - -This directory contains utility files and scripts for development. - -## Files - -- **aitbc-pythonpath.pth** - Python path configuration for AITBC packages - -## Usage - -The `.pth` file is automatically used by Python to add paths to `sys.path` when the virtual environment is activated.