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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/

# Runtime artifacts
certs/
*.db
*.db-wal
*.db-shm
.env
logs/

# Conformance harness
conformance/aosp-harness/third_party/
conformance/aosp-harness/.gradle/
conformance/aosp-harness/build/
conformance/aosp-harness/test.db*
conformance/aosp-harness/server.log

# mutmut mutation-testing workspace
mutants/

# mkdocs build output
site/
