Skip to content

Instantly share code, notes, and snippets.

@crsnplusplus
Last active February 7, 2018 11:00
Show Gist options
  • Save crsnplusplus/ce45d5eae26b6e2a4d8ccce03106008b to your computer and use it in GitHub Desktop.
Save crsnplusplus/ce45d5eae26b6e2a4d8ccce03106008b to your computer and use it in GitHub Desktop.
Python .gitignore
# IDEs
.idea/
.vs/
.vscode/
# Compiled python modules
*.py[cod]
__pycache__/
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment