MANIFEST.in
README.md
app.py
config.py
init_db.py
requirements.txt
run.sh
setup.py
app/__init__.py
app/mcp.py
app/api/__init__.py
app/api/api.py
app/models/__init__.py
app/models/issue.py
app/models/project.py
app/models/sprint.py
app/models/task.py
app/routes/htmx_routes.py
app/routes/issue_routes.py
app/routes/main_routes.py
app/routes/project_routes.py
app/routes/sprint_routes.py
app/routes/task_routes.py
app/static/css/modern-dark-theme.css
app/static/css/style.css
app/static/css/tailwind.css
app/static/css/tailwind/input.css
app/static/css/vendor/tailwind.min.css
app/static/icons/chevron-down-outline.svg
app/static/icons/chevron-up-outline.svg
app/static/icons/clipboard-document-list-outline.svg
app/static/icons/exclamation-circle-outline.svg
app/static/icons/pencil-square-outline.svg
app/static/icons/plus-outline.svg
app/static/icons/star-outline.svg
app/static/icons/star-solid.svg
app/static/icons/trash-outline.svg
app/static/img/btg-logo.svg
app/static/img/favicon.png
app/static/img/favicon.svg
app/static/js/main.js
app/static/vendor/css/bootstrap-icons.css
app/static/vendor/css/font-awesome.min.css
app/static/vendor/fonts/bootstrap-icons.woff
app/static/vendor/fonts/bootstrap-icons.woff2
app/static/vendor/js/alpine-collapse.min.js
app/static/vendor/js/alpine.min.js
app/static/vendor/js/htmx.min.js
app/templates/base.html
app/templates/dashboard.html
app/templates/index.html
app/templates/project_detail.html
app/templates/sprint_detail.html
app/templates/partials/issue_form.html
app/templates/partials/issue_item.html
app/templates/partials/issue_list.html
app/templates/partials/modal.html
app/templates/partials/project_card.html
app/templates/partials/project_form.html
app/templates/partials/project_sprints.html
app/templates/partials/projects_list.html
app/templates/partials/sidebar.html
app/templates/partials/sprint.html
app/templates/partials/sprint_form.html
app/templates/partials/task_form.html
app/templates/partials/task_item.html
app/templates/partials/task_list.html
app/utils/__init__.py
app/utils/markdown_parser.py
buildtogether/__init__.py
buildtogether/cli.py
buildtogether.egg-info/PKG-INFO
buildtogether.egg-info/SOURCES.txt
buildtogether.egg-info/dependency_links.txt
buildtogether.egg-info/entry_points.txt
buildtogether.egg-info/requires.txt
buildtogether.egg-info/top_level.txt
migrations/README
migrations/alembic.ini
migrations/env.py
migrations/script.py.mako
migrations/versions/1_initial_migration_with_implementation_.py
migrations/versions/66357ad41baa_add_starred_field_to_task_and_issue_.py
tests/test_api.py