# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.venv/
venv/
env/

# Hatch / build artifacts
src/model_lenz/frontend_dist/

# uv — regenerated by uvx / uv run; project workflow uses `uv pip install -e`,
# not `uv sync`, so the lockfile isn't authoritative for anyone here. If you
# ever switch to `uv sync` for reproducible dev environments, drop this line
# and start committing the lockfile.
uv.lock

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/

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

# OS
.DS_Store
Thumbs.db

# Local cache
.cache/
*.log
