Skip to content

Instantly share code, notes, and snippets.

View HarmonicHemispheres's full-sized avatar

Robby Boney HarmonicHemispheres

View GitHub Profile
@CarlosDomingues
CarlosDomingues / python-poetry-cheatsheet.md
Last active March 27, 2025 21:26
Python Poetry Cheatsheet

Create a new project

poetry new <project-name>

Add a new lib

poetry add <library>

Remove a lib

@bsara
bsara / LF.gitattributes
Last active November 14, 2022 12:36
General .gitattributes File
# Project
* text eol=lf
# Language Diffs
*.cs diff=csharp
*.css diff=css