# MAESTRO — Modular Automotive Embedded Suite for Test Runtime & Operations
# Author: Naveen Daniel Kennedy

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.spec.bak

# Test / run artifacts
allure-results/
allure-report/
.maestro/
runs/
*.dlt
*.junit.xml

# Node / UI
node_modules/
apps/ui/dist/
packages/maestro-server/src/maestro_server/web/
*.tsbuildinfo

# Local config & secrets (never commit secrets)
.env
.env.*
!.env.example
config/benches/*.local.toml

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
