.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. # temporary
  2. src/unfccc_ghg_data/datasets
  3. # logging
  4. log/*
  5. geckodriver.log
  6. # private dev code
  7. /JG_test_code/
  8. # Notebooks
  9. *.ipynb
  10. # Databases
  11. *.db
  12. # Jupyter cache
  13. .jupyter_cache
  14. # Ruff cache
  15. .ruff_cache
  16. # Licence check
  17. licence-check.txt
  18. # Byte-compiled / optimized / DLL files
  19. __pycache__/
  20. *.py[cod]
  21. *$py.class
  22. # C extensions
  23. *.so
  24. # Distribution / packaging
  25. .Python
  26. build/
  27. develop-eggs/
  28. dist/
  29. downloads/
  30. eggs/
  31. .eggs/
  32. lib/
  33. lib64/
  34. parts/
  35. sdist/
  36. var/
  37. wheels/
  38. pip-wheel-metadata/
  39. share/python-wheels/
  40. *.egg-info/
  41. .installed.cfg
  42. *.egg
  43. MANIFEST
  44. # PyInstaller
  45. # Usually these files are written by a python script from a template
  46. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  47. *.manifest
  48. *.spec
  49. # Installer logs
  50. pip-log.txt
  51. pip-delete-this-directory.txt
  52. # Unit test / coverage reports
  53. htmlcov/
  54. .tox/
  55. .nox/
  56. .coverage
  57. .coverage.*
  58. .cache
  59. nosetests.xml
  60. coverage.xml
  61. *.cover
  62. *.py,cover
  63. .hypothesis/
  64. .pytest_cache/
  65. # Translations
  66. *.mo
  67. *.pot
  68. # Django stuff:
  69. *.log
  70. local_settings.py
  71. db.sqlite3
  72. db.sqlite3-journal
  73. # Flask stuff:
  74. instance/
  75. .webassets-cache
  76. # Scrapy stuff:
  77. .scrapy
  78. # Sphinx documentation
  79. docs/_build/
  80. # PyBuilder
  81. target/
  82. # Jupyter Notebook
  83. .ipynb_checkpoints
  84. # IPython
  85. profile_default/
  86. ipython_config.py
  87. # pyenv
  88. .python-version
  89. # pipenv
  90. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  91. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  92. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  93. # install all needed dependencies.
  94. #Pipfile.lock
  95. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  96. __pypackages__/
  97. # Celery stuff
  98. celerybeat-schedule
  99. celerybeat.pid
  100. # SageMath parsed files
  101. *.sage.py
  102. # Environments
  103. .env
  104. .venv
  105. env/
  106. venv/
  107. ENV/
  108. env.bak/
  109. venv.bak/
  110. # Spyder project settings
  111. .spyderproject
  112. .spyproject
  113. # pycharm settings
  114. .idea
  115. # Rope project settings
  116. .ropeproject
  117. # mkdocs documentation
  118. /site
  119. # mypy
  120. .mypy_cache/
  121. .dmypy.json
  122. dmypy.json
  123. # Pyre type checker
  124. .pyre/
  125. # Mac stuff
  126. *.DS_Store
  127. /stubs/xarray/