123456789101112131415161718192021222324252627 |
- # ---> Python
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
- *$py.class
- # Compiled translation catalogs
- *.mo
- # Pelican
- output/
- # Makefile
- # Environments
- .env
- .venv
- env/
- venv/
- ENV/
- env.bak/
- venv.bak/
- local.env/
- # Node.js
- node_modules/
|