Skip to content

Instantly share code, notes, and snippets.

@erinburns
Created June 10, 2022 09:26
Show Gist options
  • Save erinburns/bcd29173111cc49de70b3ae2d9a9771d to your computer and use it in GitHub Desktop.
Save erinburns/bcd29173111cc49de70b3ae2d9a9771d to your computer and use it in GitHub Desktop.
Standard gitignore file for my most common Python project environments
# Environments
.env
.venv
env/
venv/
*venv/
ENV/
env.bak/
venv.bak/
# Visual Studio Code / Pycharm
.vscode/*
.vscode/
.vscode/settings.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
.idea/
.idea/*
# Other
*.DS_Store
creds.json
scratch.py
scratch.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment