# Virtual environment
.venv/

# Python cache files
__pycache__/
*.pyc

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