pig.py/.gitignore
Russell Ballestrini 8d669e206c Comprehensive README rewrite with full API documentation
- 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
2025-12-31 15:21:55 -05:00

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/