# Byte-compiled / caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

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