[PYTHON] Expose your .gitignore

As the title says.

###### 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/

Recommended Posts

Expose your .gitignore
Expose your Docker image