# Git .git .gitignore # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.so *.egg-info/ dist/ build/ # Virtual envs .venv venv env/ # Env files .env .env.* !.env.example # Editors .vscode/ .idea/ # Tests tests/ test/ # Node node_modules/ frontend/node_modules/ .next/ frontend/.next/ npm-debug.log* yarn-error.log* # Docker Dockerfile docker-compose.yml .dockerignore .files/ .chainlit/translations/* !.chainlit/translations/en-US.json