Use autoescape for Jinja rendering to satisfy bandit checks and\nremove deprecated Clerk SignInButton props to restore type checks.\nAlso ignore tsbuildinfo artifacts and tidy boot instructions.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
17 lines
129 B
Plaintext
17 lines
129 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Node / Next
|
|
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.runlogs/
|