# --- Secrets / credentials (NEVER commit) ---
.secrets/
*.secret
*.secrets.md
*credentials*.local.*
.env
.env.*
!.env.example

# --- Node ---
node_modules/
dist/
build/
*.log
npm-debug.log*
.pnpm-debug.log*

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# --- DB / local data ---
*.sqlite
*.sqlite3
*.db
data/

# --- Build artifacts ---
deploy/dist/

# --- Editor / OS ---
.DS_Store
.idea/
.vscode/
*.swp

# nitro build output
.output/
