# Virtual environments
.venv/
venv/
env/

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

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.DS_Store
.idea/
.vscode/
