# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Generated outputs (never commit decks/images by default — they're per-user)
out/
output/
extracted/
*.apkg
*.pptx

# Source PDFs — don't commit copyrighted material
*.pdf
tests/fixtures/*.pdf
examples/*.pdf

# Editor / OS / agent tooling
.vscode/
.idea/
.serena/
.DS_Store
*.swp
*.swo

# Notebook checkpoints
.ipynb_checkpoints/

/assets/
