libretube/.gitignore
2019-11-08 17:21:40 -05:00

28 lines
264 B
Plaintext

# ---> 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/