.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CLAUDE.md
LICENSE
LIGHTKURVE_TGLC_BUG_REPORT.txt
MANIFEST.in
README.md
README_DEV.md
TODO.md
check_pyproject_deps.py
mkdocs.yml
pyproject.toml
pytest.ini
ql.batch
tox.ini
uv.lock
.github/workflows/build-and-test.yml
.github/workflows/release.yml
docs/api.md
docs/batch.md
docs/cli.md
docs/faq.md
docs/getting-started.md
docs/gui.md
docs/index.md
docs/installation.md
docs/pipeline.md
docs/requirements.txt
docs/img/ql-gui-gallery.png
docs/img/ql-gui-joblog.png
docs/img/ql-gui.png
notebook/examples.ipynb
notebook/experiment_tglc.ipynb
notebook/window_length.ipynb
quicklook/__init__.py
quicklook/exceptions.py
quicklook/gls.py
quicklook/h5io.py
quicklook/inject.py
quicklook/measure.py
quicklook/notch_locor.py
quicklook/pipelines.py
quicklook/plot.py
quicklook/science.mplstyle
quicklook/tglc.py
quicklook/tql.py
quicklook/utils.py
quicklook/app/__init__.py
quicklook/app/app.py
quicklook/app/jobs_db.py
quicklook/app/static/css/quicklook.css
quicklook/app/static/js/quicklook.js
quicklook/app/templates/base.html
quicklook/app/templates/compare.html
quicklook/app/templates/gallery.html
quicklook/app/templates/index.html
quicklook/app/templates/tls_summary.html
quicklook/app/templates/partials/_components.html
quicklook/app/templates/partials/topbar.html
quicklook/cli/__init__.py
quicklook/cli/app.py
quicklook/cli/ql.py
quicklook/cli/rank_tls.py
quicklook/cli/read_tls.py
quicklook/data/TOIs.csv
quicklook/data/simbad_obj_types.csv
quicklook_package.egg-info/PKG-INFO
quicklook_package.egg-info/SOURCES.txt
quicklook_package.egg-info/dependency_links.txt
quicklook_package.egg-info/entry_points.txt
quicklook_package.egg-info/requires.txt
quicklook_package.egg-info/scm_file_list.json
quicklook_package.egg-info/scm_version.json
quicklook_package.egg-info/top_level.txt
scripts/screenshot_gui.py
tests/WASP-21_s83_pdcsap_sc.png
tests/conftest.py
tests/test_cancel_flow.py
tests/test_cli.py
tests/test_gpu_tls.py
tests/test_h5io.py
tests/test_import.py
tests/test_iterative_search.py
tests/test_jobs_db.py
tests/test_notch_locor.py
tests/test_notebooks.py
tests/test_phase_xlim.py
tests/test_rank_filters.py
tests/test_sanitize_target_name.py
tests/test_tglc.py
tests/test_tql.py
tests/test_use_priors.py
tests/test_utils.py
tests/test_utils_funcs.py
tests/test_yline.py
tests/web/test_app.py
tests/web/test_prefix.py