Skip to content

Instantly share code, notes, and snippets.

View SylvatiCodes's full-sized avatar
🐧
Open Eyes, Open Heart, Open Source

Patrick Lohan SylvatiCodes

🐧
Open Eyes, Open Heart, Open Source
View GitHub Profile
@SylvatiCodes
SylvatiCodes / .gitignore
Created May 13, 2026 17:08 — forked from chichunchen/.gitignore
Git ignore binary files
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###

Pipenv Cheat Sheet

Install pipenv

pip install pipenv

Activate pipenv

pipenv shell