fieldwitness/.gitignore
Aaron D. Lee 2f93dfce98 Add vendor assets, fix CLI imports, make web UI bootable
- Copy Bootstrap 5, Bootstrap Icons, and html5-qrcode from stegasoo
- Fix stegasoo CLI import (cli group, not main wrapper)
- Add .gitignore and README.md
- Verified: soosef init, soosef serve, all routes, key export/import all work

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 14:48:18 -04:00

16 lines
133 B
Plaintext

__pycache__/
*.pyc
*.egg-info/
dist/
build/
*.egg
.eggs/
venv/
.venv/
*.swp
*.swo
.mypy_cache/
.pytest_cache/
.ruff_cache/
instance/