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

# Environments
.venv/

# Tools
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Frontend build
node_modules/
frontend/package-lock.json

# Build output
dist/
