# Python cache
__pycache__/
*.py[cod]

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

# Test cache
.pytest_cache/

# Virtual environments
.venv/
venv/
.env
