A tool for tailing the firehose and matching images against known perceptual hashes, and then labeling them.
1# Dependencies
2node_modules/
3bun.lockb
4
5# Environment
6.env
7.env.local
8.env.*.local
9
10# Session data
11.session
12cursor.txt
13
14# Logs
15logs/
16*.log
17pids
18*.pid
19*.seed
20*.pid.lock
21
22# Build outputs
23dist/
24build/
25*.tsbuildinfo
26
27# IDE
28.vscode/
29.idea/
30*.swp
31*.swo
32*~
33.DS_Store
34
35# Test coverage
36coverage/
37.nyc_output/
38
39# Temporary files
40tmp/
41temp/
42.session