# Environments
.env
.venv/
.vscode/
.DS_Store

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

