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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

# httpYac
.env
.env.local
.env.*.local
.httpyac.cache
