Skip to content
Snippets Groups Projects
Select Git revision
  • e59c94d2541587183b1ccd9feb37c4eb216ff311
  • master default protected
  • impact-master-patch-40263
  • fix/library-compute-l2a
  • Dev
  • enhancement/clean-missing-metadata
  • fix/synx-eodag-batch-download-with-tile-download
  • feature/library-l1c-download
  • Christophe974-master-patch-18306
  • dev_classTimeSerieCompil
  • dev_class_TimeSerieCompil
  • essai
  • maj_doc6
  • enhancement/remove-cron-requirement-from-job
  • up_tile_db
  • bugfix_job
  • jobs_get_l2a
  • fix-readthedocs-build
  • fix-requirements-for-readthedocs
  • get_l2a
  • hotfix-sphinx-docs
  • v1.02.01
  • v1.02.00
  • v1.01.00
  • v1.0.0
  • v0.7-rc1
  • v0.7-rc0
  • v0.6-rc0
  • v0.5.1
  • v0.5.0
30 results

.gitignore

Blame
  • .gitignore 1.35 KiB
    # Byte-compiled / optimized / DLL files
    __pycache__/
    *.py[cod]
    *$py.class
    
    # C extensions
    *.so
    
    # Distribution / packaging
    .Python
    build/
    develop-eggs/
    dist/
    downloads/
    eggs/
    .eggs/
    lib/
    lib64/
    parts/
    sdist/
    var/
    wheels/
    *.egg-info/
    .installed.cfg
    *.egg
    MANIFEST
    
    # PyInstaller
    #  Usually these files are written by a python script from a template
    #  before PyInstaller builds the exe, so as to inject date/other infos into it.
    *.manifest
    *.spec
    
    # Installer logs
    pip-log.txt
    pip-delete-this-directory.txt
    
    # Unit test / coverage reports
    htmlcov/
    .tox/
    .nox/
    .coverage
    .coverage.*
    .cache
    nosetests.xml
    coverage.xml
    *.cover
    .hypothesis/
    .pytest_cache/
    
    # Translations
    *.mo
    *.pot
    
    # Django stuff:
    *.log
    local_settings.py
    db.sqlite3
    
    # Flask stuff:
    instance/
    .webassets-cache
    
    # Scrapy stuff:
    .scrapy
    
    # Sphinx documentation
    docs/build/
    
    # PyBuilder
    target/
    
    # Jupyter Notebook
    .ipynb_checkpoints
    
    # IPython
    profile_default/
    ipython_config.py
    
    # pyenv
    .python-version
    
    # celery beat schedule file
    celerybeat-schedule
    
    # SageMath parsed files
    *.sage.py
    
    # Environments
    .env
    .venv
    env/
    venv/
    ENV/
    env.bak/
    venv.bak/
    
    # Spyder project settings
    .spyderproject
    .spyproject
    
    # Rope project settings
    .ropeproject
    
    # mkdocs documentation
    /site
    
    # mypy
    .mypy_cache/
    .dmypy.json
    dmypy.json
    
    # pytest data
    tests/inputs
    tests.outputs
    
    # PyCharm
    .idea/
    # pytest data
    tests/inputs
    tests/outputs