# Python cache
__pycache__/
*.py[cod]

# Virtual environment
.venv/

# Build artifacts
dist/
*.egg-info/
