__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.tox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.swp
*.swo
*~
.DS_Store

# Local scitex state — track only audit config (file-level exclusion
# so the negation rule applies; a directory-level `.scitex/` exclusion
# would block negation). See:
#   01_ecosystem_06_local-state-directories.md §4c (incident 2026-05-11)
.scitex/*
!.scitex/dev/
.scitex/dev/*
!.scitex/dev/config.yaml
