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