# Temporary files
*.tmp
*.temp
/tmp/

# Editor configuration
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Node modules (if using npm for prettier, shellcheck linting, etc.)
node_modules/
package-lock.json

# Test artifacts
*.out
*.log

# Build outputs (if any)
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
*.pyd
.venv/
venv/
uv.lock

# Auto-generated version file (generated at build time)
wiki_client/_version.py

# Local issue/feature specification files (not meant to be tracked)
issue-*.md
