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

# Bytecode / caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
