Skip to content

Instantly share code, notes, and snippets.

@agalea91
Created March 4, 2019 19:31
Show Gist options
  • Save agalea91/e5c94aa44db1648e6c6f2c41e183cbf7 to your computer and use it in GitHub Desktop.
Save agalea91/e5c94aa44db1648e6c6f2c41e183cbf7 to your computer and use it in GitHub Desktop.
My default .gitignore for python projects
# Misc python development files
.DS_Store
.vscode/
.ipynb_checkpoints/
__pycache__/
*.py[cod]
*.swp
*.swo
# Don't commit data or archived notebooks (by default)
data/
notebooks/archive/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment