

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

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

# mkdocs
site/

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

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# General System Files
*.log
.DS_Store
Thumbs.db

# Files generated by unit tests
reports/
results/

# Pipelex libraries, duplicated from pipelex/libraries/ by `pipelex init-libraries`
pipelex_libraries/

# personnal pipelex config file that overrides the default one
pipelex_super.toml

# temporary files
temp/

gcp_credentials.json

/pipelex.toml
settings.local.json
