# Python venv
bin/
lib/
lib64
include/
pyvenv.cfg
__pycache__/
*.pyc
*.pyo

# Secrets — never commit these
.env
credentials.json

# Runtime state
logs/
nio_store/
welcome_state.json
wordle_stats.json

# Stale copy
app/
