# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# .env
.env

# distribution files
/dist
# virtualenvs
.venv/
.venv*/

# pytest
.pytest_cache/
