# Python cache
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
.Python

# python environments
.traitly_test/*

# Cache
.cache/

# Build
build/
dist/
*.egg-info/

# Jupyter files
**/.ipynb_checkpoints/

# Requirements
requirements.txt
requirements-dev.txt

# test results
tests/**/Results
tests/**/Images_from_PDF/
tests/**/*.txt

.coverage

# notebooks
Untitled*

# HF files
./traitly/
