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

# Tools
.pytest_cache/
.ruff_cache/

# Env
.env
