DocsBot / .gitignore
BabaK07's picture
Initial commit: DocsQA app
5dccc28
raw
history blame contribute delete
197 Bytes
.DS_Store
.env
.env.*
!.env.example
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
docsqa_langgraph_assignment.egg-info/
uploads/
.idea/
.vscode/