# Build output
dist/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
.env

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.idea/
.vscode/
*.swp
*.swo
