33 lines
299 B
Text
33 lines
299 B
Text
# 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/
|
|
debug/
|
|
items/
|
|
|
|
# YOLO / ML
|
|
runs/
|
|
training-data/
|
|
tools/python-detect/models/
|
|
*.pt
|
|
*.engine
|
|
|
|
# IDE / tools
|
|
.claude/
|
|
nul
|