.vscode/
.env/

# Build and packaging artifacts
dist/
build/
*.egg-info/
pip-wheel-metadata/

# MkDocs generated site
site/

# Python cache and bytecode
__pycache__/
**/__pycache__/
*.py[cod]

# Test and analysis caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Jupyter
.ipynb_checkpoints/

# OS files
.DS_Store

# Project-specific generated/output paths
results/
/problems/
!/reliafy/examples/problems/
!/reliafy/examples/problems/**
problems2/
profiles/*.yaml
requirements.txt