.dockerignore
.env.example
.gitignore
.pre-commit-config.yaml
AGENTS.md
Dockerfile
LICENSE
Makefile
README.md
docker-compose.yaml
pyproject.toml
.github/dependabot.yaml
.github/workflows/ci.yaml
.github/workflows/publish-docker.yaml
.github/workflows/publish-pypi.yaml
tests/__init__.py
tests/fake_jira.py
tests/test_sync.py
tests/test_todo_format.py
tests/fixtures/sample.todo
todo_jira_sync/__init__.py
todo_jira_sync/cli.py
todo_jira_sync/config.py
todo_jira_sync/jira_client.py
todo_jira_sync/models.py
todo_jira_sync/settings.py
todo_jira_sync/state.py
todo_jira_sync/sync.py
todo_jira_sync/todo_format.py
todo_jira_sync.egg-info/PKG-INFO
todo_jira_sync.egg-info/SOURCES.txt
todo_jira_sync.egg-info/dependency_links.txt
todo_jira_sync.egg-info/entry_points.txt
todo_jira_sync.egg-info/requires.txt
todo_jira_sync.egg-info/top_level.txt