Files
2026-06-08 16:09:13 +08:00

571 B

Project Instructions

This file provides context for AI assistants working on this project.

Project Type: Python

Commands

  • Install: pip install -e .
  • Test: pytest
  • Format: black .
  • Lint: ruff check .

Documentation

See README.md for project overview.

Version Control

This project uses Git. See .gitignore for excluded files.

Guidelines

  • Follow existing code style and patterns
  • Write tests for new functionality
  • Keep changes focused and atomic
  • Document public APIs

Important Notes