- README.md: Complete rewrite in About page style with origin story - Documents all storage systems: filevault, ImageVault, domain_vault - Full database schema and method reference - Screenshot capture with all engines and config options - HTML to Markdown converter with content detection - CLI reference for neopig.py, archive.py, serp.py - All API endpoints documented
30 lines
251 B
Text
30 lines
251 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Database and vault (generated data)
|
|
*.db
|
|
test_vault/
|
|
|
|
# Vendored dependencies
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
data/
|
|
|
|
bootstrap
|
|
*.run
|
|
*.tar.gz
|
|
data2/
|