# Python artifacts
venv
build
dist
*.pyc
*.egg-info

# Test artifacts
.coverage
.hypothesis
coverage.xml
pytest.xml

# Documentation artifacts
generated
public
site
_build

# Temporary files
tmp

# Log files
*.log
