# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual Environment
venv/
.venv/

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

# Test artifacts
.pytest_cache/
.env
