# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/
logs/
reports/

# Virtual environments
.venv

# temporary files
.tmp/