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

# Virtual environments
.venv
venv/
env/
.cursor/

# Sphinx documentation
sphinx_docs/_build/
sphinx_docs/_static/
sphinx_docs/_templates/

# Coverage reports
.coverage
htmlcov/
*.cover
.hypothesis/
.pytest_cache/
