# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and coverage artifacts
.pytest_cache/
.pytest_tmp/
.pytest_tmp*/
.tmp/
.coverage
.coverage.*
htmlcov/
temp_pytest_workspace/

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
*.whl
pip-wheel-metadata/

# Type checkers / linters
.mypy_cache/
.pyre/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# IDE/editor files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Local tooling
.claude/
CLAUDE.md
claude.md
AGENTS.md
rewrite_author.sh

# Generated example outputs
playground/
examples/*/output/*
!examples/*/output/.gitkeep
examples/bundle_path/output/bundle/

# Transient streaming export scratch dirs (created during local/debug runs)
streaming_*/
concept/
