# Environment & secrets
.env

# Python
__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Frontend
node_modules/
dist/
