pagepiper/.gitignore
pyr0ball 3a0608ff98 chore: initial pagepiper repo scaffold
Adds pyproject.toml, environment.yml, Dockerfile, docker/web (Vue+nginx),
compose.yml, compose.override.yml.example, manage.sh, .env.example,
.gitignore, and config stubs for the pagepiper self-hosted PDF library tool.
Port 8521. No secrets committed.
2026-05-04 16:54:08 -07:00

24 lines
249 B
Text

# Secrets and local config
.env
config/llm.yaml
CLAUDE.md
# Data
data/
books/
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
.eggs/
# Node
web/node_modules/
web/dist/
# Docker override (local dev extras)
compose.override.yml