Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Hallock 11306dfb2e feat: add testing framework dependencies
Add pytest and visual testing dependencies to requirements.txt:
- pytest>=7.0 for test framework
- pytest-cov>=4.0 for coverage reports
- pillow>=10.0 for image processing
- imagehash>=4.3 for visual regression testing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 17:28:58 -05:00
Thomas Hallock 466efad640 Initial project setup with dependencies
- Add .gitignore for Python, macOS, and generated files
- Add requirements.txt with PyYAML dependency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 12:13:32 -05:00