# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
pip-wheel-metadata/
*.egg
*.manifest
*.spec
# Virtual environments
.venv/
venv/
env/
ENV/
# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
*.log
# IDEs
.vscode/
.idea/

.env*
reports/
.hypothesis/
.DS_Store
