Files
pyx-website/CLAUDE.md

27 lines
771 B
Markdown

# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Repository Overview
This is an asset repository for the PyX website containing logo files:
- `pyx.eps` - PyX logo in EPS format (PostScript, 2558x742)
- `pyx_hires.png` - PyX logo in PNG format (2558x742, RGB)
## Repository Status
This directory is not currently a git repository. To initialize version control:
```bash
git init
git add .
git commit -m "Initial commit: Add PyX logo assets"
```
## Working with Assets
When modifying or adding new logo variants:
- Maintain the existing naming convention (`pyx_*.ext`)
- Keep both vector (EPS) and raster (PNG) formats when possible
- Document resolution and format specifications for new assets