.gitignore 2.1 KB

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