formha/.gitignore

15 lines
225 B
Plaintext

# Ignorar entornos virtuales
.venv/
venv/
# Ignorar caché de Python
__pycache__/
*.pyc
# Ignorar carpetas de caché y uploads, pero conservar .gitkeep
/cache/*
!/cache/.gitkeep
/static/uploads/*
!/static/uploads/.gitkeep