# Virtual Environment
venv/
.env

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

# Test artifacts
.pytest_cache/
__pycache__/
*.pyc
run/