node_modules/
.next/
.venv/
__pycache__/
*.pyc
# Secrets — catch ALL .env variants everywhere
**/.env
**/.env.*
!**/.env.example
!**/.env.schema
.DS_Store
*.log
