# Debug logs (agent/development sessions)
debug-*.log

# Network Sketcher Online — runtime files
network-sketcher_online/Certs/*.crt
network-sketcher_online/Certs/*.key
network-sketcher_online/logs/*.log
network-sketcher_online/uploads/
network-sketcher_online/*.pid

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# OS
.DS_Store
Thumbs.db
desktop.ini

# IDE
.vscode/
.idea/
.cursor/
*.swp
*.swo

# GitHub Wiki (cloned as a separate repository at this path)
wiki/

# Local scratch / temporary issue drafts (must never be committed)
_tmp_*.md
_tmp_*.txt
