Skip to content

Instantly share code, notes, and snippets.

View realJustinLee's full-sized avatar
🎯
Focusing

Justin Lee realJustinLee

🎯
Focusing
View GitHub Profile
@realJustinLee
realJustinLee / .gitignore
Last active April 3, 2020 07:23
.gitignore template recommended for python projects
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python