Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 773 Bytes

File metadata and controls

29 lines (17 loc) · 773 Bytes

py_ai_tutorial Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-11-05

Active Technologies

  • Python ≥3.9(推荐3.11+以获得更好的类型检查和性能) (002-ai-tutorial-stages)

Project Structure

src/
tests/

Commands

cd src [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] pytest [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] ruff check .

Code Style

Python ≥3.9(推荐3.11+以获得更好的类型检查和性能): Follow standard conventions

Recent Changes

  • 002-ai-tutorial-stages: Added Python ≥3.9(推荐3.11+以获得更好的类型检查和性能)