refactor: complete project root organization and cleanup
Some checks failed
Documentation Validation / validate-docs (push) Has been cancelled
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:
@@ -73,7 +73,7 @@ cd /opt/aitbc
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install -r project-config/requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Run CLI
|
# Run CLI
|
||||||
./aitbc-cli --help
|
./aitbc-cli --help
|
||||||
@@ -84,7 +84,7 @@ pip install -r project-config/requirements.txt
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
See `documentation/SETUP.md` for detailed setup instructions.
|
See `docs/SETUP.md` for detailed setup instructions.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user