# Byte-compiled / optimized / DLL files
__pycache__/
./.ruff_cache
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# 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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs_source/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
# .python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# IDE settings
.vscode/
.idea/

# Ignore omnipy-generated tar.gz files (temporary due to hack in omnipy v0.14.7)
example_data/**/*.tar.gz

#web interface
chap_core/web_interface/node_modules
chap_core/web_interface/.pnp
chap_core/web_interface/.pnp.js

chap_core/web_interface/coverage

chap_core/web_interface/build

chap_core/web_interface/.DS_Store
chap_core/web_interface/.env.local
chap_core/web_interface/.env.development.local
chap_core/web_interface/.env.test.local
chap_core/web_interface/.env.production.local

chap_core/web_interface/npm-debug.log*
chap_core/web_interface/yarn-debug.log*
chap_core/web_interface/yarn-error.log*

chap_core/web_interface/node_modules/

/scripts/runs/

#ignore outputs from pytest
/runs
/cache

report.pdf
tests/future_data.csv

tests/logs/
tests/out.tmp
mlruns/
/results/

# ignore mac finder setting files
.DS_Store


#ignore 
/logs/*