first commit

This commit is contained in:
Jesús
2019-04-08 21:32:21 -05:00
commit 333dfd6f52
187 changed files with 76759 additions and 0 deletions

27
.gitignore vendored Normal file
View File

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