# Git .git .gitignore .gitattributes # Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ # Environment .env .venv # IDE .vscode/ .idea/ # Chainlit .chainlit/ # Misc .DS_Store *.log README.md LICENSE