pagepiper/.gitignore

31 lines
305 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
# macOS
.DS_Store
# Logs and runtime files
*.log
*.db