.venv/**
.idea/**
.env
**/__pycache__/**

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

# Testing
.pytest_cache/
.coverage
htmlcov/