# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
*.whl

# Environments
.env
.venv/
venv/
env/

# Data
data/
*.hea
*.dat
*.h5
*.hdf5
*.edf

# Models / caches
.cache/
~/.cardiomas/
*.onnx

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Output
output/

# Distribution
*.tar.gz
