Metadata-Version: 2.4
Name: py-gitignore-tools
Version: 0.1.2
Summary: Generador de archivos .gitignore listos para producción en proyectos Python, Django y Flask
Author: Urian Viera
License: MIT License
        
        Copyright (c) 2026 Urian Viera
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://urianviera.com
Project-URL: Source, https://github.com/urian121
Project-URL: YouTube, https://www.youtube.com/WebDeveloperUrianViera
Project-URL: LinkedIn, https://www.linkedin.com/in/urian-viera/
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# py-gitignore-tools 🐍

[![PyPI version](https://img.shields.io)](https://pypi.org)
[![License: MIT](https://img.shields.io)](https://opensource.org)

Generador de archivos `.gitignore` automáticos para entornos de Python. Evita subir archivos basura, cachés y secretos de producción (`.env`) a tu repositorio con un solo comando.

## ✨ Características

- 🚀 **Específico para Python:** Incluye reglas para Pycache, librerías instaladas y archivos de compilación.
- 🌐 **Soporte Frameworks:** Reglas preconfiguradas para **Django, Flask y FastAPI**.
- 🛡️ **Seguridad:** Bloquea automáticamente archivos de entorno (.env, .venv) y bases de datos locales (sqlite3).
- 🛠️ **Minimalista:** Sin dependencias pesadas.

## 🚀 Instalación

Instala el paquete directamente desde [PyPI](https://pypi.org):

```bash
pip install py-gitignore-tools
```
