2d46279f36
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
57 lines
571 B
Plaintext
57 lines
571 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# Next.js Build Output
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Python Cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Logs and system files
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environmental variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
*.pem
|
|
|
|
# Editor/IDE configs
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Docs
|
|
docs/
|