datafest competition 2019
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
1.8 KiB

5 years ago
5 years ago
5 years ago
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. env/
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. # PyInstaller
  25. # Usually these files are written by a python script from a template
  26. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  27. *.manifest
  28. *.spec
  29. # Installer logs
  30. pip-log.txt
  31. pip-delete-this-directory.txt
  32. # Unit test / coverage reports
  33. htmlcov/
  34. .tox/
  35. .coverage
  36. .coverage.*
  37. .cache
  38. nosetests.xml
  39. coverage.xml
  40. *,cover
  41. .hypothesis/
  42. # Translations
  43. *.mo
  44. *.pot
  45. # Django stuff:
  46. *.log
  47. local_settings.py
  48. # Flask stuff:
  49. instance/
  50. .webassets-cache
  51. # Scrapy stuff:
  52. .scrapy
  53. # Sphinx documentation
  54. docs/_build/
  55. # PyBuilder
  56. target/
  57. # IPython Notebook
  58. .ipynb_checkpoints
  59. # pyenv
  60. .python-version
  61. # celery beat schedule file
  62. celerybeat-schedule
  63. # dotenv
  64. .env
  65. # virtualenv
  66. venv/
  67. ENV/
  68. # Spyder project settings
  69. .spyderproject
  70. # Rope project settings
  71. .ropeproject
  72. # PyCharm
  73. .idea/
  74. # For mac
  75. .DS_Store
  76. # History files
  77. .Rhistory
  78. .Rapp.history
  79. # Session Data files
  80. .RData
  81. # Example code in package build process
  82. *-Ex.R
  83. # Output files from R CMD build
  84. /*.tar.gz
  85. # Output files from R CMD check
  86. /*.Rcheck/
  87. # RStudio files
  88. .Rproj.user/
  89. # produced vignettes
  90. vignettes/*.html
  91. vignettes/*.pdf
  92. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  93. .httr-oauth
  94. # knitr and R markdown default cache directories
  95. /*_cache/
  96. /cache/
  97. # Temporary files created by R markdown
  98. *.utf8.md
  99. *.knit.md
  100. # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
  101. rsconnect/
  102. # datafest
  103. data_preparation/data/*.csv
  104. *.big
  105. data_preparation/cleaned/games.csv
  106. data_preparation/cleaned/gps.csv
  107. data_preparation/cleaned/rpe.csv