LICENSE
README.md
pyproject.toml
ghinit/__init__.py
ghinit/cli.py
ghinit/config.py
ghinit/core.py
ghinit/detect.py
ghinit/templates.py
ghinit.egg-info/PKG-INFO
ghinit.egg-info/SOURCES.txt
ghinit.egg-info/dependency_links.txt
ghinit.egg-info/entry_points.txt
ghinit.egg-info/requires.txt
ghinit.egg-info/top_level.txt
ghinit/templates/cli/pyproject.toml
ghinit/templates/cli/template.toml
ghinit/templates/cli/{{repo_name}}/__init__.py
ghinit/templates/cli/{{repo_name}}/cli.py
ghinit/templates/django/manage.py
ghinit/templates/django/requirements.txt
ghinit/templates/django/template.toml
ghinit/templates/django/{{repo_name}}/settings.py
ghinit/templates/django/{{repo_name}}/urls.py
ghinit/templates/django/{{repo_name}}/wsgi.py
ghinit/templates/fastapi/main.py
ghinit/templates/fastapi/requirements.txt
ghinit/templates/fastapi/template.toml
ghinit/templates/flask/app.py
ghinit/templates/flask/requirements.txt
ghinit/templates/flask/template.toml
ghinit/templates/ml/README.md
ghinit/templates/ml/requirements.txt
ghinit/templates/ml/template.toml
ghinit/templates/ml/notebooks/starter.ipynb
ghinit/templates/ml/src/__init__.py
ghinit/templates/ml/src/train.py
ghinit/templates/react/index.html
ghinit/templates/react/package.json
ghinit/templates/react/template.toml
ghinit/templates/react/src/main.jsx
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_detect.py
tests/test_templates.py