48 lines
394 B
Plaintext
48 lines
394 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv
|
|
.env.local
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.uv/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
.env.local
|
|
.env*.local
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# LiveKit
|
|
.livekit/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|