switched to new way
This commit is contained in:
parent
f22d182c8f
commit
4a65c8e17b
96 changed files with 4991 additions and 10025 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -1,15 +1,25 @@
|
|||
# C# build output
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
.venv/
|
||||
|
||||
# Secrets / config
|
||||
.env
|
||||
config.json
|
||||
|
||||
# Runtime data
|
||||
browser-data/
|
||||
*.log
|
||||
debug-screenshots/
|
||||
items/
|
||||
eng.traineddata
|
||||
|
||||
# IDE / tools
|
||||
.claude/
|
||||
nul
|
||||
|
||||
# OcrDaemon build output
|
||||
tools/OcrDaemon/bin/
|
||||
tools/OcrDaemon/obj/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue