# Traffic Light System runtime files .traffic-light-status .traffic-light-status.db # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Testing .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db