Replace the three partial .wolf patterns with a single .wolf/ rule and remove the directory from the index. Working-tree files stay in place. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22 lines
194 B
Plaintext
22 lines
194 B
Plaintext
# Generated site
|
|
output/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# OpenWolf (all of it — local-only state)
|
|
.wolf/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|