Skip to content

Instantly share code, notes, and snippets.

@koreyou
Created December 3, 2016 07:08
Show Gist options
  • Save koreyou/5a55a602528f42cbd038a21c2f4c74f7 to your computer and use it in GitHub Desktop.
Save koreyou/5a55a602528f42cbd038a21c2f4c74f7 to your computer and use it in GitHub Desktop.
自分の.gitignoreさらす ref: http://qiita.com/koreyou/items/06b430b161b14e262bbd
###### Editor debris ########
*.org
*~
¥#*
# spyder
.spyderproject/
# pycharm
**/.idea/
###### Python debris ########
*.pyc
###### Impl. specific debris ########
*.log
# tensorflow
*events.out.tfevents*
# waf/maf
.waf*
.lock*
**/build/
wscript*.py
###### Work routines debris ########
**/build/
output/
work/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment