# Environment / secrets
.env
.env.*

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Hatch / venvs
.hatch/
.venv/
venv/

# Testing / coverage
.coverage
htmlcov/
.pytest_cache/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Outputs (large generated files — keep PNGs for README but not data)
examples/outputs/*.laz
examples/outputs/*.las
examples/outputs/*.xyz
.claude/
branding/
