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

# venv
.venv/
venv/
env/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Test / lint artifacts
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# Agent runtime state (per-workspace)
.junio/

# Local secrets
.env
.env.local

# Pre-existing folder noticed at scaffolding; not part of this project
/workspace/
