mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
23 lines
248 B
Plaintext
23 lines
248 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
volumes/
|
|
*.pyc
|
|
.DS_Store
|
|
app.log
|
|
uploads/
|
|
indices/
|
|
models/
|
|
backend/.python-version
|
|
backend/config.json
|
|
|
|
# frontend
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/build/
|
|
node_modules/ |