# Personal config — do not track
config.json

# Scratch files
*.txt

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Python packaging/build artifacts
*.egg-info/
.eggs/
build/
dist/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/

# Test/tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Installer logs
pip-log.txt
