# Personal Repository (Family Hoppe) This repository is the shared personal space for Family Hoppe projects, notes, and small experiments. ## Purpose - Keep family-related project files in one place - Track changes over time with Git - Provide a clean base for future additions ## Repository Structure ``` personal/ ├── docs/ # Guides, notes, and decision records ├── src/ # Source code and scripts ├── tests/ # Tests for code in src/ ├── CONTRIBUTING.md ├── LICENSE └── README.md ``` ## Current Status - Repository initialized with baseline project structure - Basic documentation in place - Standard ignore rules and license added ## Getting Started 1. Clone the repository 2. Browse `docs/` for guidance or add documentation there 3. Place source code under `src/` and matching tests under `tests/` 4. Commit your changes with clear messages 5. See [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request ## Notes See `CONTRIBUTING.md` for branching, commit, and pull-request conventions.