Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

templated .gitignore is very minimal #8

@darinkishore

Description

@darinkishore

When you create a new server with uvx create-mcp-server, the .gitignore in the created server only contains

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

and doesn't include the standard github .gitignore for python.

link: https://github.com/github/gitignore/blob/main/Python.gitignore

I think the standard python gitignore should be included because it prevents silly mistakes like commiting .envs. (which is what I just did and why I am writing this issue).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions