__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.idea/
.vscode/

# Local helper scripts — not part of the project, never pushed
init_repo.bat
push_fix.bat
make_demo.py