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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
.venv

# Environment variables and secrets
.env
.env.local
.env.*.local
.pypirc


# Notes
ToDo.md
.notes/