__pycache__/
*.py[cod]
*$py.class
*.so
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl

.venv/
venv/
env/
.env

*.log
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

uv.lock

benchmark_results*.json
.chainlit/
chainlit.md
