
# env
.env

# venv
.venv
venv/

# reports
reports/

# pycache
__pycache__

# Python build artifacts
build/*
*.egg-info/
dist/
*.pyc

# mkdocs
site/

# Unit test / coverage reports
htmlcov/
.pytest_cache/
.coverage
coverage.xml

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Results
results/

# Testing
.coverage

# temps
temp/

# Local settings
settings.local.json

# Pipelex config sync backups
*.bak.*

# Work-in-progress notes
wip/

# Pipelex local config
.pipelex/
