# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

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

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Generated artifacts
dag_lineage.json
output/
*.html
!docs/**/*.html

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
