/ .gitignore
.gitignore
1 /README.html 2 /body.html 3 /out 4 5 # NPM README 6 /README.md 7 8 # Python distribution/packaging. 9 *.pyc 10 /*.egg-info/ 11 /build/ 12 /dist/ 13 __pycache__ 14 15 # Tests. 16 *.tmp 17 tmp.* 18 *.tmp.* 19 20 # For stupid packaging systems that require subdirectories. 21 /china_dictatorship/README.adoc 22 /china_dictatorship/README.html 23 24 node_modules 25 26 GitHub-Chinese-Top-Charts