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

# uv / venv
.venv/

# pytest
.pytest_cache/

# CARLA build artifacts
Import/
Dist/
