readme quickstart

This commit is contained in:
2025-11-25 19:04:08 +01:00
parent e6ff31b485
commit 9bbe413d9d
3 changed files with 10 additions and 174 deletions

26
.gitignore vendored
View File

@@ -1,29 +1,11 @@
data/
*.zen*
*.zenml
*.venv
private.env
*.pyc
*.las
*.log
mlruns/
mlflow.db
*.venv*
# Ignore specific environment files with secrets (.env is tracked with generic values)
.devcontainer/.env
.env*
.copilot/
*.zip
# allow .env files in tests/ directories
!tests/**/.env*
!integration/**/.env*
!integration-tests/**/.env*
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
.ipynb_checkpoints/
# __marimo__