Skip to content

Instantly share code, notes, and snippets.

View NelsonWeirich's full-sized avatar
🚨
I may be slow to respond.

Nelson Weirich NelsonWeirich

🚨
I may be slow to respond.
View GitHub Profile
@NelsonWeirich
NelsonWeirich / Python.gitignore
Created November 18, 2020 20:56
Gitignore file template for Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python