Añadir .gitignore
This commit is contained in:
parent
5974651fff
commit
e2114d053c
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Entorno virtual
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Datos temporales
|
||||||
|
uploads/
|
||||||
|
|
||||||
|
# Config local (secrets)
|
||||||
|
.env
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue