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

# Virtual environments
.venv

# Environment Variables
.env




