*.swp
.sconsign.dblite
config.log
.sconf_temp
*.pyc
build

# setuptools
.eggs
*.egg-info
dist

# Built by sconsUtils
version.py

# OpenSplice logs
ospl-*.log

# Pytest
tests/.tests
pytest_session.txt
.cache/
.pytest_cache
.coverage

# IDE
.vscode
.idea
