31 lines
295 B
Plaintext
31 lines
295 B
Plaintext
# ---> Python
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Compiled translation catalogs
|
|
*.mo
|
|
|
|
# Pelican
|
|
output/
|
|
output_tux/
|
|
|
|
# Makefile
|
|
Makefile
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Comments
|
|
content/comments/
|
|
|
|
# Node.js
|
|
node_modules/
|