Skip to content

Instantly share code, notes, and snippets.

@TheAlchemistNerd
TheAlchemistNerd / .env
Created August 8, 2025 16:55
Python script to fetch and summarize GitHub repositories from API using .env for credentials
# sample.env
GITHUB_USERNAME=your-username
GITHUB_TOKEN=your-token
@TheAlchemistNerd
TheAlchemistNerd / .gitignore
Created March 5, 2021 11:15 — forked from kmorcinek/.gitignore
Example .gitignore file I use for C# projects
# The following command works for downloading when using Git for Windows:
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
#
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
#
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
# User-specific files