[PYTHON] Legen Sie Ihren .gitignore frei

Wie der Titel schon sagt.

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

Legen Sie Ihren .gitignore frei
Belichten Sie Ihr Docker-Image