Metadata-Version: 2.4
Name: instantgit
Version: 0.1.0
Summary: A comprehensive .gitignore template manager
Author: InstantGit Team
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# InstantGit

A comprehensive .gitignore template manager that makes git initialization a breeze! Stop wasting time copying and pasting .gitignore templates - InstantGit has you covered with the most comprehensive template out of the box.

## Features

- One-command installation
- Comprehensive .gitignore template covering:
  - Operating Systems (Windows, macOS, Linux)
  - IDEs and Editors (VSCode, PyCharm, Sublime, etc.)
  - Programming Languages (Python, JavaScript, Java, etc.)
  - Build outputs and dependencies
  - Environment and configuration files
  - And much more!
- Simple CLI interface
- Automatic template addition to your project

## Installation

```bash
pip install instantgit
```

## Usage

To add the comprehensive .gitignore template to your project:

```bash
instantgit --add
```

This will create a new .gitignore file in your current directory (or append to an existing one) with our comprehensive template.

## Contributing

Contributions are welcome! Feel free to:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## License

This project is licensed under the MIT License - see the LICENSE file for details.