__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
dist/
build/
.pytest_cache/
.ruff_cache/

# setuptools-scm: version is derived from git tags at build time
sksecurity/_version.py
