25 lines
216 B
Text
25 lines
216 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/
|
|
items/
|
|
|
|
# IDE / tools
|
|
.claude/
|
|
nul
|