[PYTHON] Exposez votre .gitignore

Comme le dit le titre.

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

Exposez votre .gitignore
Exposez votre image Docker