From 18264f6acdb6c67d23fb04e95274b99eee259506 Mon Sep 17 00:00:00 2001 From: aitbc Date: Thu, 2 Apr 2026 23:20:32 +0200 Subject: [PATCH] refactor: complete project root organization and cleanup - Reorganized project structure: moved files to logical subdirectories - Consolidated documentation from documentation/ to docs/ - Recovered essential config files to root (requirements.txt, pyproject.toml, poetry.lock) - Updated .gitignore with comprehensive patterns for new structure - Fixed README.md paths to reflect new organization - Added backups/ to .gitignore for security - Enhanced Python cache patterns in .gitignore - Clean project root with only essential files remaining --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45508097..c6d517c1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ cd /opt/aitbc source venv/bin/activate # Install dependencies -pip install -r project-config/requirements.txt +pip install -r requirements.txt # Run CLI ./aitbc-cli --help @@ -84,7 +84,7 @@ pip install -r project-config/requirements.txt ## Development -See `documentation/SETUP.md` for detailed setup instructions. +See `docs/SETUP.md` for detailed setup instructions. ## Security