# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
*.egg

# pipelinex runtime
**/output/
!**/.gitkeep
*.log
pipeline_state.json
**/ingest-log.txt

# Pipeline secrets — never commit
.env
**/.env
!**/.env.example

# pipelinex dep cache
.pipelinex/

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
