env/
.env
data/
__pycache__/

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

# pytest
.pytest_cache/
.cache/
