7 lines
77 B
Text
7 lines
77 B
Text
# .gitignore 01/06/2023
|
|
|
|
# Directorios a ignorar
|
|
__pycache__
|
|
venv
|
|
.git
|
|
.idea
|