LICENSE
MANIFEST.in
README.md
pyproject.toml
src/kitty/__init__.py
src/kitty/cli.py
src/kitty/core/__init__.py
src/kitty/core/logger.py
src/kitty/core/utils.py
src/kitty/templates/ai/README.md
src/kitty/templates/ai/requirements.txt
src/kitty/templates/ai/config/.gitkeep
src/kitty/templates/ai/models_saved/.gitkeep
src/kitty/templates/ai/notebooks/experiments.ipynb
src/kitty/templates/ai/src/data/loader.py
src/kitty/templates/ai/src/inference/predict.py
src/kitty/templates/ai/src/models/base_model.py
src/kitty/templates/ai/src/training/train.py
src/kitty/templates/automation/README.md
src/kitty/templates/automation/main.py
src/kitty/templates/automation/requirements.txt
src/kitty/templates/automation/config/.gitkeep
src/kitty/templates/automation/logs/.gitkeep
src/kitty/templates/automation/modules/.gitkeep
src/kitty/templates/automation/utils/helpers.py
src/kitty/templates/backend/.env.example
src/kitty/templates/backend/README.md
src/kitty/templates/backend/requirements.txt
src/kitty/templates/backend/src/app/main.py
src/kitty/templates/backend/src/app/api/routes.py
src/kitty/templates/backend/src/app/core/config.py
src/kitty/templates/backend/src/app/models/item.py
src/kitty/templates/backend/src/app/services/item_service.py
src/kitty/templates/backend/tests/test_api.py
src/kitty/templates/ds/README.md
src/kitty/templates/ds/requirements.txt
src/kitty/templates/ds/data/interim/.gitkeep
src/kitty/templates/ds/data/processed/.gitkeep
src/kitty/templates/ds/data/raw/.gitkeep
src/kitty/templates/ds/notebooks/01_eda.ipynb
src/kitty/templates/ds/notebooks/02_features.ipynb
src/kitty/templates/ds/notebooks/03_modeling.ipynb
src/kitty/templates/ds/reports/figures/.gitkeep
src/kitty/templates/ds/src/data_loader.py
src/kitty/templates/ds/src/evaluate.py
src/kitty/templates/ds/src/features.py
src/kitty/templates/ds/src/preprocessing.py
src/kitty/templates/ds/src/train.py
src/kitty/templates/research/README.md
src/kitty/templates/research/requirements.txt
src/kitty/templates/research/data/.gitkeep
src/kitty/templates/research/experiments/.gitkeep
src/kitty/templates/research/notebooks/research.ipynb
src/kitty/templates/research/paper/.gitkeep
src/kitty/templates/research/references/.gitkeep
src/kitty/templates/research/results/.gitkeep
src/kitty/templates/research/src/.gitkeep
src/kitty_scaffold.egg-info/PKG-INFO
src/kitty_scaffold.egg-info/SOURCES.txt
src/kitty_scaffold.egg-info/dependency_links.txt
src/kitty_scaffold.egg-info/entry_points.txt
src/kitty_scaffold.egg-info/top_level.txt