# admin is a meta-project — .wiki/ and .tasks/ are tracked here despite the
# global ignore rule in ~/.config/git/ignore (which excludes them by default
# for business app repos).
!.wiki/
!.tasks/

# OS / editor noise
.DS_Store
Thumbs.db
*.swp
*~
.vscode/
.idea/

# Secret material — должны жить в `pass`, не в repo (даже untracked).
.secrets/
*.env
!*.env.example

# Transient operational drops — findings captured в .tasks/, не в repo root.
*-log.txt
*-size.txt
