# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Virtual environment
.venv/

# netaudit
.strace-out/

# Docs
site/

# Distribution
*.whl
*.tar.gz
MANIFEST
