.gitignore 2.1 KB

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