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

# Virtual environments
.venv

# dotenv 
.env


