Add university scraper system with backend, frontend, and configs
- Add src/university_scraper module with scraper, analyzer, and CLI - Add backend FastAPI service with API endpoints and database models - Add frontend React app with university management pages - Add configs for Harvard, Manchester, and UCL universities - Add artifacts with various scraper implementations - Add Docker compose configuration for deployment - Update .gitignore to exclude generated files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@ -179,3 +179,31 @@ nul
|
||||
|
||||
# Scraper output files
|
||||
*_results.json
|
||||
|
||||
# Output directories
|
||||
output/
|
||||
|
||||
# Screenshots and debug images
|
||||
*.png
|
||||
artifacts/*.html
|
||||
|
||||
# Windows
|
||||
desktop.ini
|
||||
|
||||
# Claude settings (local)
|
||||
.claude/
|
||||
|
||||
# Progress files
|
||||
*_progress.json
|
||||
|
||||
# Test result files
|
||||
*_test_result.json
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
|
||||
# Frontend build
|
||||
frontend/nul
|
||||
|
||||
Reference in New Issue
Block a user