DreamCanvas setup : to be reviewed

This commit is contained in:
2026-01-21 19:20:00 +01:00
parent b580137ee8
commit 412fa82ff3
22 changed files with 2023 additions and 0 deletions

50
On host/DreamCanvas/.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Compiled Python files
*.pyc
__pycache__/
# IPython notebook checkpoints
*.ipynb_checkpoints
# Virtual environment related files
venv/
.venv/
env/
.env/
# IDE configuration files (if you use a specific one like VSCode, PyCharm, etc.)
.idea/
*.iml
*.pydevproject
# Debug and temporary files
*.log
.debug/
*~
\#*\#
*_old*
*_backup*
# Package management files (like Pipfile, poetry)
Pipfile
Pipfile.lock
poetry.lock
# Build artifacts
build/
dist/
*.egg-info/
# Distribution related files
setup.py
pyproject.toml
# Third party dependencies (like node_modules, vendor)
node_modules/
vendor/
# Files or directories to ignore in all repositories
**/Thumbs.db
**/.DS_Store
# **/.env
outputs/