Skip to content

Instantly share code, notes, and snippets.

@GenevieveBuckley
Created May 2, 2019 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GenevieveBuckley/26e04c44a064ec4464bf00042f3dad3e to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/26e04c44a064ec4464bf00042f3dad3e to your computer and use it in GitHub Desktop.
Python .gitignore template file
# Sphinx docs
docs/_build
# Logging
logs/*
!logs/.gitkeep
# Testing and coverage
cov.xml
.pytest_cache/
# IDE generated files
.spyproject/
.idea/
.vscode/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.swp
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# PyCharm / IntelliJ
.idea/
*.iml
# Data directories
notes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment