# 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/
/test-results/

# 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/

# Dev UI (source in ui/, built assets packaged by `make ui-build`)
ui/node_modules/
ui/.svelte-kit/
ui/build/
src/streambuild/dev_server/static/
