- Remove generate_rrim, generate_multi_hillshade, _compute_openness_both - Remove corresponding VIZ_STEPS entries, COLORMAPS, RGB_LEGENDS, and tests - Fix DTM resolution mismatch: existing DTM at different resolution is now regenerated instead of silently reused - Propagate actual DTM resolution to visualizations and rendering - Add --init to docker run commands for proper signal handling on Ctrl+C - Add .playwright-mcp/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
480 B
Plaintext
49 lines
480 B
Plaintext
# Fichiers de données LiDAR (trop lourds pour git)
|
|
*.laz
|
|
*.las
|
|
*.copc.laz
|
|
|
|
# Résultats générés
|
|
output/
|
|
input/
|
|
|
|
# Fichiers temporaires
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Fichiers de configuration locaux
|
|
.env
|
|
.env.local
|
|
|
|
# Éventuels fichiers de cache matplotlib
|
|
matplotlibrc
|
|
.playwright-mcp/
|