Sid8421's picture
fix: lint/type issues and ensure mypy/ruff pass
af3f703
# Virtual Environments
.venv/
venv/
# Note: `env/` is the package source directory for this project and must NOT be ignored
# Python caching
__pycache__/
*.pyc
.pytest_cache/
# Environment Variables
.env
# MacOS
.DS_Store
# Tool outputs (uv)
# uv.lock should be committed for OpenEnv validation; do not ignore it