Files
netgazet/.gitignore
T
seppedlandClaude Opus 4.7 1b2a36f805 Stop tracking .wolf/ — local OpenWolf state only
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>
2026-06-03 16:11:50 +02:00

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