lamhieu/docsifer
13
1# VCS / IDE2.git3.gitignore4.github5.gitattributes6.idea7.vscode8.editorconfig9.windsurf10.cursor11 12# Python13__pycache__14*.py[cod]15*.so16*.egg17*.egg-info18.Python19.venv20venv21env22.tox23.nox24.pytest_cache25.mypy_cache26.ruff_cache27.coverage28.coverage.*29htmlcov30dist31build32pip-log.txt33pip-delete-this-directory.txt34 35# Project36tests37docs38.env39.env.*40!.env.example41*.log42*.local43*.bak44.DS_Store45 46# Tooling / docs that don't belong in the runtime image47Makefile48.pre-commit-config.yaml49ARCHITECTURE.md50CONTRIBUTING.md51LICENSE52poetry.lock53 54# Local reference checkouts (never part of the image)55lightweight-embeddings56 