# Project Setup

Rules for initial project setup and environment configuration.

## Setup Requirements

- **Initial Setup**: If you are new to this project, explore it thoroughly to gain a comprehensive understanding of the codebase, architecture, and workflow before making changes.

- **Python Environment**: Always activate the virtual environment with `source venv/bin/activate` before running Python scripts to ensure correct dependency resolution.
