Skip to content

Instantly share code, notes, and snippets.

@idiomer
Last active April 14, 2020 08:08
Show Gist options
  • Save idiomer/9ee2ac1b7571c2cdaab6af38a653c6ba to your computer and use it in GitHub Desktop.
Save idiomer/9ee2ac1b7571c2cdaab6af38a653c6ba to your computer and use it in GitHub Desktop.
gitignore for python project
*~
*.swp
*.pyc
*.pyo
__pycache__/
*.bak
*.backup
bak/
backup/
*.tmp
*.temp
tmp/
temp/
*.log
*.log
log/
logs/
log
logs
data
data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment