# Python build / packaging artifacts
build/
dist/
*.egg-info/
.eggs/
wheels/

# Bytecode / caches
__pycache__/
*.py[cod]
*.so

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Virtual environments
.venv/
venv/
env/

# Editor / OS
.DS_Store
.idea/
.vscode/
RELEASING.md
