# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Virtual envs
venv/
.venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

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

# OS
Thumbs.db

# Test fixtures generated at runtime
tests/fixtures/_generated/

# Local-only PDFs (don't commit any real policy)
*.pdf
!tests/fixtures/**/*.pdf
