Skip to content

Instantly share code, notes, and snippets.

@petarnikolovski
Created August 5, 2017 14:41
Show Gist options
  • Save petarnikolovski/a824f9d6faabc77b318a503e16e81b3c to your computer and use it in GitHub Desktop.
Save petarnikolovski/a824f9d6faabc77b318a503e16e81b3c to your computer and use it in GitHub Desktop.
Gitignore for virtualenv, selenium, and Ubuntu
# Ignore system files and folders - Ubuntu
*.*~
# Ignore Python related files
*.py[cod]
__pycache__/
.cache/
# Ignore virtualenv files and folders
pip-selfcheck.json
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
# Ignore selenium related files
*driver.log
selenium/
screenshot.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment