cache/

# OS / Editor
.DS_Store
.vscode/
.idea/

# Python
__pycache__/
*.py[cod]
*$py.class

# Env and secrets
.env
*.env
*.secret
HF_TOKEN
REFLECTOR_GPU_APIKEY

# Virtual env / uv
.venv/
venv/
ENV/
uv/

# Build / dist
build/
dist/
.eggs/
*.egg-info/

# Coverage / test
.pytest_cache/
.coverage*
htmlcov/

# Logs
*.log
