# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg
*.egg-info/

# Version file generated by setuptools_scm (write_to in pyproject.toml)
/shakenfist_utilities/_version.py

# Test, coverage and tooling artifacts (note: .stestr.conf is tracked)
.tox/
.stestr/
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Virtual environments
.venv/
venv/
