# Virtual environment
.venv/

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

# Python
__pycache__/
*.py[cod]
*.pyo

# pytest
.pytest_cache/
