git-valet 0.1.0

Transparently version private files (.env, secrets, notes, AI prompts) in a separate repo, synced via git hooks. Zero workflow change.
# Contributing to git-valet

Thank you for your interest in contributing to git-valet!

## How to contribute

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/my-feature`)
3. Commit your changes (`git commit -m 'Add my feature'`)
4. Push to the branch (`git push origin feature/my-feature`)
5. Open a Pull Request

## Development

```bash
git clone https://github.com/JSpatim/git-valet
cd git-valet
cargo build
cargo test
```

## Reporting bugs

Please open an issue on GitHub with:
- Your OS and Rust version
- Steps to reproduce
- Expected vs actual behavior