# Project Instructions

This is the Orchard data pipeline project.

## Coding Standards
- Follow PEP8 style guidelines
- Use type hints for all functions
- Write tests for every new feature

## Workflow
- All changes go through pull requests
- Squash commits before merging
- Tag releases with semantic versioning

## Useful Commands
```bash
make test       # run unit tests
make lint       # run ruff linter
make build      # build docker image
```

