﻿.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/

# Build outputs
dist/
build/

# VCS and env
.git/
.env
