# Python
.venv/
venv/
env/
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Build & distribution
dist/
build/
*.egg-info/
*.egg
MANIFEST
.eggs/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
nosetests.xml
*.cover

# Type checkers & linters
.mypy_cache/
.ruff_cache/
.pytype/
pyrightconfig.json

# Jupyter
.ipynb_checkpoints/

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
*.iml

# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Secrets / env files
.env
.env.*
!.env.example
*.pem
*.key

# Temporary / generated
*.docx
!examples/*.docx
*.tmp
*.bak
tmp/
temp/
logs/

# GitHub Actions local act runner
.actrc

# Project-specific build artifacts
examples/packt-style.styles.json
examples/packt-style.bundle/
examples/packt-style-example.docx
examples/packt-book-chapter.docx
examples/01-transformer.docx
examples/packt-style-author-guide.docx

