# Previous attempts and drafts fails/ def/ # Python __pycache__/ *.pyc *.pyo .venv/ venv/ # Node node_modules/ # Built library bundles (regenerate with `pnpm build` in the package). # The dist is what a container boots; it is an artifact, not source. dist/ # Generated runnable instance (entirely gitignored - regenerate with build.py) gen/ # Room configurations (separate repo - contains credentials and room-specific data) # Keep cfg/standalone/ and cfg/sample/ as templates, ignore actual rooms cfg/amar/ cfg/dlt/ # Add new rooms here as they are created # cfg//