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

# Virtual environments
.venv

# Fixtures for local testing
.private_fixtures/

# Notebooks
dev.ipynb

# Test artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover
.hypothesis/
.tox/

