# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2026 Junbo Zheng

# Byte-compiled / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual envs
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Test / coverage / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS noise
.DS_Store
Thumbs.db

# Secrets — never commit
.env
credentials.json
*.pem
*.key

*.img
# Default output of `romfs unpack <image>` (creates a dir named after the
# image stem, e.g. vela_app.bin -> app/, resource.bin -> resource/).
