File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,20 @@ Thumbs.db
1212* ~
1313
1414# R
15- # ######################
15+ # #####################
1616.Rhistory
1717
1818# Python
19- # ######################
19+ # #####################
2020* .py [cod ]
2121** /* .pyc
2222
2323# C extensions
24+ # #####################
2425* .so
2526
2627# Packages
28+ # #####################
2729* .egg
2830* .egg-info
2931dist
@@ -45,30 +47,45 @@ __pycache__
4547.env
4648
4749# Installer logs
50+ # #####################
4851pip-log.txt
4952
5053# Unit test / coverage reports
54+ # #####################
5155.coverage
5256.tox
5357nosetests.xml
5458
5559# Translations
60+ # #####################
5661* .mo
5762
5863# Mr Developer
64+ # #####################
5965.mr.developer.cfg
6066.project
6167.pydevproject
6268
6369# Sphinx
70+ # #####################
6471docs /_build
6572README.html
6673
6774# Player files
75+ # #####################
6876player /files /*
6977player /mfr_config_local.py
7078player /static /mfr /*
7179
80+ # Misc
81+ # #####################
7282! .gitkeep
73-
7483.cache
84+
85+ # Node Modules
86+ # #####################
87+ /node_modules /
88+
89+ # Asynchronous HTTP
90+ # #####################
91+ /src /
You can’t perform that action at this time.
0 commit comments