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

# Virtual environments
.venv

# IDE files
.idea/

# Environment variables
.env
*.env

# testing
.coverage