# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checkers and tooling
.mypy_cache/
.ruff_cache/
.pyre/

# Jupyter
.ipynb_checkpoints/

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

# Logs
*.log

# Local databases and ClickHouse test data
*.db
*.sqlite
*.sqlite3
clickhouse-data/
clickhouse_db/
data/

# Demo-local secrets
streambuild_local.toml
examples/flights_demo/.env
examples/orders_demo/pipelines/target
examples/orders_demo/target
# Fensu
.fensu/cache/
