Metadata-Version: 2.1
Name: py-gitignore
Version: 0.1.3
Summary: cli to add gitignore file
Home-page: https://github.com/bdista/py-gitignore
License: MIT
Author: bdista
Author-email: bdista@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/bdista/py-gitignore
Description-Content-Type: text/x-rst

py-gitignore
=============

Add python gitignore file to current directory.

Usage
-----

.. code-block:: text

    $ py-gitignore

This will create in the current directory a ``.gitignore`` file with the content defined in `template.py <https://github.com/bdista/py-gitignore/blob/main/py_gitignore/template.py>`_

TODO
----

- option if ``.gitignore`` file already exists
- option to provide alternative path

