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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling
.ruff_cache/
.mypy_cache/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Environment
.env
*.local.yaml
tinyloom.yaml

# Other
*.deb
ripgrep*/