# Version file generated by hatch-vcs at build time.
src/ostrace/_version.py

# Byte-compiled and build artefacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

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

# Editors and OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local captures: never commit a log from a real device by accident.
# Test fixtures under tests/fixtures/ are added explicitly with `git add -f`.
*.ostrace
*.session.gz
captures/
