29 lines
377 B
Plaintext
29 lines
377 B
Plaintext
data/
|
|
*.zen*
|
|
*.zenml
|
|
*.venv
|
|
|
|
|
|
private.env
|
|
*.pyc
|
|
|
|
*.las
|
|
*.log
|
|
mlruns/
|
|
mlflow.db
|
|
|
|
|
|
# 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/ |