# Python __pycache__/ *.py[cod] *$py.class *.so .Python .env .venv/ venv/ *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/ htmlcov/ .coverage # Node/Frontend node_modules/ frontend/dist/ frontend/.vite/ # HLS temp files /tmp/hls/ # Recordings /recordings/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Environment *.env !.env.example