# Virtual environment
.venv/

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

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# OS
.DS_Store