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

# Virtual environments
.venv/
venv/

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

# Type checking
.mypy_cache/

# git-surgeon local config (private — never publish)
.git-surgeon/

# OS
Thumbs.db
.DS_Store

# Legacy files (kept for reference, not part of the package)
callback-debug.py
sensitive-patterns.txt

.github/

rewrite-authors.py

.ruff_cache/

.env
