# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.import_linter_cache/

# Build and install
build/
dist/
*.egg-info/
.eggs/
*.egg

# Coverage and reports
.coverage
htmlcov/
coverage_impact.json
report.yaml

# Runtime cache
.snowfort/
