# Distribution
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*_version.py
__pycache__/
.ipynb_checkpoints/
.idea/

# Linting
.ruff_cache/

# Pytest
.pytest_cache/

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

#data
*.dat
*.csv
*.zip
src/miade/model_builders/output/
!src/miade/data/*
.DS_Store

#testing
tests/data/
!tests/examples/*

#logs
*.log

streamlit_app/*.env
notebooks/