# Dependencies
node_modules

# Secrets — every .env variant and any hand-made backup of one.
# .env.example is the documented template and IS committed.
.env*
!.env.example

# Build output
dist

# Generated builder workspaces (one Expo project per app, with a symlinked
# node_modules pointing at the template install — never source, never small).
.workspaces

# Expo / Metro artifacts inside the app template
.expo
templates/subscription-app/.expo

# Local noise
*.log
.DS_Store

# Python package build artifacts (templates/python → PyPI)
templates/python/dist
templates/python/*.egg-info
