incluimos gitignore
This commit is contained in:
parent
6b6b500cf0
commit
e9707c05cd
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# .gitignore 01/06/2023
|
||||||
|
|
||||||
|
# Directorios a ignorar
|
||||||
|
__pycache__
|
||||||
|
venv
|
||||||
|
.git
|
||||||
|
.idea
|
||||||
|
|
Loading…
Reference in a new issue