chore: add devrant crawler example project and update README formatting

- Add new examples/crawler directory with Makefile, README, crawler.py, database.py, and main.py
- Include devranta-1.1.0 distribution packages and api_test_results.json
- Remove trailing whitespace and blank lines from README.md for consistent formatting
This commit is contained in:
2025-08-02 22:40:34 +00:00
parent 7110efd8dd
commit e2369265d7
18 changed files with 3643 additions and 204 deletions
+5
View File
@@ -2,3 +2,8 @@
.history
__pycache__
*.pyc
examples/crawler/devrant.sqlite-shm
examples/crawler/devrant.sqlite-wal
examples/crawler/devrant.sqlite
examples/crawler/.venv
examples/crawler/__pycache__