__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
.vscode/
.DS_Store
.env
.pytest_cache/
.mypy_cache/

# Fuzz testing artifacts
crash-*
timeout-*
htmlcov/
.hypothesis/
atheris-report.md
fuzz-hypothesis-results.xml
**/fuzz/findings/

# Coverage artifacts
.coverage
.coverage.*
coverage.xml
