# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Node
node_modules/
.next/
out/

# Environment
.env
.env.local
*.env.local

# macOS
.DS_Store
._*

# Large data files (tracked separately or regenerated)
registry_v2.json
scan_output.txt
research/scan_logs/
research/findings/

# Keep these tracked (manual research + seed data)
!registry-seed.json
!discovered.json

# Output directory
output/
scan.log
research/verify_cache.json

# Backup files
*.bak
*.orig

# Old/draft frontend files  
**/oldpage.tsx
**/oldsolution-data.ts
**/page1.tsx
**/page copy.tsx

# Runtime artifacts
research/disk_monitor.log
aiss.db
