# ===== Python ===== __pycache__/ *.py[cod] *.so *.egg *.egg-info/ .eggs/ dist/ build/ develop-eggs/ .installed.cfg .Python env/ venv/ ENV/ .venv pip-selfcheck.json pyvenv.cfg # ===== Testing ===== .pytest_cache/ .coverage .coverage.* htmlcov/ coverage.xml nosetests.xml .tox/ .cache .hypothesis/ # ===== Env ===== .env .env.test !.env.example !.env.local !.env.local.example # ===== JetBrains ===== .idea/ # ===== VS Code ===== .vscode/ # ===== Misc ===== .DS_Store *.pem .vercel *.log *.spec *.manifest # ===== Chainlit ===== .files/ .chainlit/translations/