first commit

This commit is contained in:
Jesús
2019-02-13 19:26:38 -05:00
commit 9bbe38df58
198 changed files with 52785 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Compiled translation catalogs
*.mo
# Pelican
output/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Node.js
node_modules/