internal

# Python
__pycache__/
*.py[cod]
*$py.class

# Packaging / build
build/
dist/
*.egg-info/
*.egg

# Virtual envs
.venv/
venv/
ENV/
env/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/
.tox/
.coverage
coverage.xml
htmlcov/

# IDE / OS
.DS_Store
.idea/
.vscode/
