poe2-bot/.gitignore
Boki 41d174195e Initial commit: POE2 automated trade bot
Monitors pathofexile.com/trade2 for new listings, travels to seller
hideouts, buys items from public stash tabs, and stores them.

Includes persistent C# OCR daemon for fast screen capture + Windows
native OCR, web dashboard for managing trade links and settings,
and full game automation via Win32 SendInput.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 14:03:47 -05:00

13 lines
169 B
Text

node_modules/
dist/
.env
config.json
browser-data/
*.log
debug-screenshots/
eng.traineddata
.claude/
# OcrDaemon build output
tools/OcrDaemon/bin/
tools/OcrDaemon/obj/