# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
build/
dist/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# macOS
.DS_Store

# Runtime
*.log

# Generated output
# Amethyst emits these; add `!tests/fixtures/**` if binary fixtures are ever needed
*.pdf
*.docx