# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/

# Virtualenvs
.venv/
venv/
env/

# Node / Next.js
node_modules/
.next/
*.tsbuildinfo

# Secrets / local config
.env
.env.local
backend/.env
*.local

# DB backups (created by deploy/backup.sh on the VM)
deploy/backups/

# OS / editor
.DS_Store
Thumbs.db
logo/build/

# Licensed icons8 3D Fluency source assets for the admin console hero cards.
# They ship inlined as base64 data URIs inside foxy-adminpage/index.html — the
# same way the dashboard carries its four — so the sources stay out of git.
foxy-adminpage/icons/
