diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-08 21:32:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-08 21:32:21 -0500 |
commit | 333dfd6f52f92a88264310710c95330ddce82e71 (patch) | |
tree | cd8ad7746aadcec461ebd38edd0ede104f578c69 /.gitignore | |
download | libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.lz libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.xz libretube-333dfd6f52f92a88264310710c95330ddce82e71.zip |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e285ffb --- /dev/null +++ b/.gitignore @@ -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/ |