mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 12:30:08 -06:00
35 lines
340 B
Plaintext
35 lines
340 B
Plaintext
# Node / JS
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
*.min.js
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
*.tmp
|
|
|
|
# VSCode / editor files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Other generated files
|
|
*.lock
|
|
*.db
|
|
*.sqlite
|
|
pnpm-lock.yaml
|
|
uv.lock
|
|
|
|
# Docs with complex JSX formatting
|
|
docs/content/docs/get-started/quickstart.mdx |