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

# Virtual environments
.venv
.env

# Documentation builds (generated)
docs/_build/
docs/_static/
docs/_templates/

# Development files
input
output
.vscode
logs
TODO.txt
*.png

.pytest_cache/
.ruff_cache/
.readthedocs.yml
iconfig.code-workspace

