*.pyc
__pycache__/

.DS_Store

.venv/
venv/
*venv/*
*.venv/*

dist/
dist/*
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build and test directories
.tox/

examples/
*.env*

# Example files with hardcoded credentials
examples_v2/tracing/html_page_generator.py
