aitbc 346f2d340d
Some checks failed
Security Scanning / security-scan (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
CLI Tests / test-cli (push) Has been cancelled
chore: remove legacy deployment files and update gitignore
- Removed .deployment_progress tracking file
- Removed .last_backup tracking file
- Removed AITBC1_TEST_COMMANDS.md and AITBC1_UPDATED_COMMANDS.md documentation
- Updated .gitignore for project reorganization (project-config/, docs/, security/, backup-config/)
- Enhanced .gitignore patterns for __pycache__, backups, and monitoring files
- Aligned gitignore with new directory structure from project reorganization
2026-04-02 23:17:34 +02:00
2026-03-27 11:08:02 +01:00

AITBC - Advanced Intelligence Training Blockchain Consortium

Project Structure

This project has been organized for better maintainability. Here's the directory structure:

📁 Essential Root Files

  • LICENSE - Project license
  • aitbc-cli - Main CLI symlink
  • README.md - This file

📁 Core Directories

  • aitbc/ - Core AITBC Python package
  • cli/ - Command-line interface implementation
  • contracts/ - Smart contracts
  • scripts/ - Automation and deployment scripts
  • services/ - Microservices
  • tests/ - Test suites

📁 Configuration

  • project-config/ - Project configuration files
    • pyproject.toml - Python project configuration
    • requirements.txt - Python dependencies
    • poetry.lock - Dependency lock file
    • .gitignore - Git ignore rules
    • .deployment_progress - Deployment tracking

📁 Documentation

  • docs/ - Comprehensive documentation
    • README.md - Main project documentation
    • SETUP.md - Setup instructions
    • PYTHON_VERSION_STATUS.md - Python compatibility
    • AITBC1_TEST_COMMANDS.md - Testing commands
    • AITBC1_UPDATED_COMMANDS.md - Updated commands
    • README_DOCUMENTATION.md - Detailed documentation

📁 Development

  • dev/ - Development tools and examples
  • .windsurf/ - IDE configuration
  • packages/ - Package distributions
  • extensions/ - Browser extensions
  • plugins/ - System plugins

📁 Infrastructure

  • infra/ - Infrastructure as code
  • systemd/ - System service configurations
  • monitoring/ - Monitoring setup

📁 Applications

  • apps/ - Application components
  • services/ - Service implementations
  • website/ - Web interface

📁 AI & GPU

  • gpu_acceleration/ - GPU optimization
  • ai-ml/ - AI/ML components

📁 Security & Backup

  • security/ - Security reports and fixes
  • backup-config/ - Backup configurations
  • backups/ - Data backups

📁 Cache & Logs

  • venv/ - Python virtual environment
  • logs/ - Application logs
  • .mypy_cache/, .pytest_cache/, .ruff_cache/ - Tool caches

Quick Start

# Setup environment
cd /opt/aitbc
source venv/bin/activate

# Install dependencies
pip install -r project-config/requirements.txt

# Run CLI
./aitbc-cli --help

# Run training
./scripts/training/master_training_launcher.sh

Development

See documentation/SETUP.md for detailed setup instructions.

Security

See security/SECURITY_VULNERABILITY_REPORT.md for security status.

License

See LICENSE for licensing information.

Description
No description provided
Readme MIT 144 MiB
Languages
Python 65.8%
Shell 16.6%
TypeScript 5.8%
JavaScript 5.8%
HTML 3.1%
Other 2.9%