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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

# Environments
.venv/
venv/
env/
ENV/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Generated fixtures (rebuilt by tests/fixtures/build_fixtures.py)
tests/fixtures/*.docx

# Build artifacts from docs
site/
docs/_build/

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

# uv
# Keep uv.lock committed; ignore uv's local cache only
.uv-cache/

# Reference artifacts (extracted from docx-skill-files.zip for inspection)
.skill-ref/
docx-skill-files.zip
