# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Environments and local configuration
.venv/
venv/
.env
.env.*
!.env.example

# Build and package artifacts
build/
dist/
*.egg-info/

# Local audit inputs and outputs
data/
datasets/
audit/
reports/
medlint-report*.json
medlint-example-data/
medlint-example-report.json

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