# Python __pycache__/ *.py[cod] *.pyo *.egg-info/ dist/ build/ *.egg # Virtual environments venv/ .venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Temp files tmp/ temp/ *.tmp # Node.js node_modules/ # Dev/testing (not packaged, not committed) fake_room.py