# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # Environment / secrets .env # Agent data (conversations and registrations stored at runtime) data/ # Chainlit runtime (auto-generated; not authored) .chainlit/ # IDE .idea/ .vscode/ *.swp *.swo