refactor: complete project root organization and cleanup
Some checks failed
Documentation Validation / validate-docs (push) Has been cancelled

- 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
This commit is contained in:
aitbc
2026-04-02 23:20:32 +02:00
parent acbe68ef42
commit 18264f6acd

View File

@@ -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