15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
.venv
|
|
venv
|
|
|
|
# # Ignorar todo en /static/uploads
|
|
# /static/uploads/*
|
|
# /cache/*
|
|
|
|
# # ¡Pero no ignores el archivo .gitkeep!
|
|
# !/static/uploads/.gitkeep
|
|
# !/cache/.gitkeep
|
|
|
|
|
|
# Ignorar caché de Python
|
|
__pycache__/
|
|
*.pyc |