# 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
