.gitignore 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Compiled Python bytecode
  2. __pycache__/
  3. *.pyc
  4. *.pyo
  5. *.pyd
  6. # Log files
  7. *.log
  8. # Distribution / packaging
  9. .Python
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. share/python-wheels/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26. # JetBrains IDE
  27. .idea/
  28. # Unit test and coverage reports
  29. TEST-*.xml
  30. .tox/
  31. .nox/
  32. .cache
  33. .hypothesis/
  34. # Generated by MacOS
  35. .DS_Store
  36. # Generated by Windows
  37. Thumbs.db
  38. # Applications
  39. *.app
  40. *.exe
  41. *.war
  42. # Large media files
  43. *.mp4
  44. *.tiff
  45. *.avi
  46. *.flv
  47. *.mov
  48. *.wmv
  49. # Sphinx documentation
  50. docs/_build/
  51. # Jupyter- notebook, lab and org-babel
  52. .ipynb_checkpoints/
  53. .ob-jupyter/
  54. .virtual_documents/
  55. # R
  56. .Rhistory
  57. # Emacs buffers
  58. .#*
  59. .ob-jupyter/
  60. # .python-version
  61. # Unit test / coverage reports
  62. htmlcov/
  63. .coverage*
  64. # Cache and temporary files
  65. .cache/
  66. *.swp
  67. *.swo
  68. *~
  69. # MyPy cache
  70. .mypy_cache/
  71. # Virtual environments
  72. .env/
  73. .venv/
  74. # direnv
  75. .direnv/
  76. # .envrc