# Build artifacts
build/
dist/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]
.pytest_cache
.mypy_cache

# Virtual environments
.env/
.venv/
venv/