# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Generated outputs
outputs/
*_eisfit.xlsx
*_eisfit.png
*_ModelEIS_fit.xlsx
*_ModelEIS_plots.png

# Local notebook checkpoints
.ipynb_checkpoints/

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# Secrets
.env
.env.*
secrets/
*.pem
*.key
