perinchiang--all-in-one-llm-wiki
61 行
684 B
Plaintext
61 行
684 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Secrets and local configuration
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
*token*
|
|
*secret*
|
|
*credential*
|
|
*cookies*
|
|
|
|
# Dependencies and build outputs
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Private LLM Wiki data
|
|
.wiki/
|
|
wiki/
|
|
wiki/raw/
|
|
raw/
|
|
private/
|
|
secrets/
|
|
|
|
# Public-safe synthetic demo data
|
|
!examples/
|
|
!examples/demo-wiki/
|
|
!examples/demo-wiki/raw/
|
|
!examples/demo-wiki/raw/**
|
|
|
|
# Platform exports and sensitive raw data
|
|
*.zip
|
|
*.sqlite
|
|
*.db
|
|
*.xml
|
|
*.jsonl
|
|
*Takeout*
|
|
*takeout*
|
|
*export.xml*
|
|
*apple-health*
|
|
*Apple-Health*
|
|
*garmin*
|
|
*Garmin*
|
|
*history*
|
|
*History*
|
|
*browser*
|
|
*Browser*
|
|
*chrome*
|
|
*Chrome*
|
|
*bilibili-history*
|
|
*youtube-history*
|