# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Pytest cache
.pytest_cache/

# Ruff cache
.ruff_cache/

# Virtual environments
.venv

## Build / packaging
pip-wheel-metadata/
__pypackages__/

# byte-compiled / optimized
*.pyc
*.pyo
*.pyd

# Coverage and test reports
coverage.xml
htmlcov/
report.xml
 .coverage

# Distribution / packaging
dist/
build/
eggs/
*.egg-info/

# mkdocs / site build
site/

# Editor configs
.vscode/
.idea/

# Local environment variables
.env
.venv/

# OS files
.DS_Store

# Logs
logs/
*.log

# to-do list
TODO*
