aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-08 21:32:21 -0500
committerJesús <heckyel@hyperbola.info>2019-04-08 21:32:21 -0500
commit333dfd6f52f92a88264310710c95330ddce82e71 (patch)
treecd8ad7746aadcec461ebd38edd0ede104f578c69 /.gitignore
downloadlibretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.lz
libretube-333dfd6f52f92a88264310710c95330ddce82e71.tar.xz
libretube-333dfd6f52f92a88264310710c95330ddce82e71.zip
first commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
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/