Skip to content

Instantly share code, notes, and snippets.

@kndo
Last active June 10, 2019 05:28
Show Gist options
  • Save kndo/0d3d943449960aecf064e70d1ce9a959 to your computer and use it in GitHub Desktop.
Save kndo/0d3d943449960aecf064e70d1ce9a959 to your computer and use it in GitHub Desktop.
a .gitignore for Python projects
venv/
build/
dist/
*.egg-info/
.vscode/
__pycache__/
*.pyc
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment