# Python
__pycache__/
*.py[cod]
*.egg-info/
.coverage
coverage.xml
htmlcov/
benchmark-results.json
prefix-benchmark-results.json

# Build output
build/
dist/
docs/_build/
src/conda_sigstore/_version.py

# Development environments
.pixi/
.pytest_cache/
.ruff_cache/
.ty/
.venv/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
