Skip to content

Instantly share code, notes, and snippets.

@misteraverin
Created April 24, 2017 07:55
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save misteraverin/464438db9638cdd1e2e1632fbd7159ac to your computer and use it in GitHub Desktop.
.gitignore for python project
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# virtualenv
.venv/
venv/
ENV/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment