https://github.com/simonom/PyCHAM
Raw File
Tip revision: e0084b8f7f02364b6f6197cc5a2b23efa04aec3c authored by Simon O'Meara on 16 August 2024, 13:39:04 UTC
patch updates to comments
Tip revision: e0084b8
gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
PyCHAM/__pycache__
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
/build
develop-eggs/
dist/
/dist
umansysprop/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
/PyCHAM.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/
.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

# 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/

# unsure where this comes from
.DS_Store
/.DS_Store

# previously produced Travis output
/PyCHAM/output/Example_Run/Example_output_Travis_CI


# any secondary example runs
/PyCHAM/output/Example_Run/Example_Run_output2


# any other input folders
/PyCHAM/input/APINENE_HOM

# any output for testing parts of PyCHAM other than the example simulation

/PyCHAM/output/AtChem2_apinene_scheme
/PyCHAM/output/Gaswall_simple_chem
/PyCHAM/output/isoprene_scheme_MCM
/PyCHAM/output/limonene_simp_scheme
/PyCHAM/output/limonene_MCM_PRAM
/PyCHAM/output/moving_centre_scheme
/PyCHAM/output/apinene_mcm_chem_wHOM

# this file
.gitignore

# git information
.git
back to top