diff --git a/.gitignore b/.gitignore index fe2d6ea..c261f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,12 @@ -# cache -__pycache__* -*.egg-info +# Ignore everything +* -# dataset -dataset/* -output/* +# Allow directories to be traversed +!*/ -# tokenzier -tokenizer.json - -# test unit -test* +# Allow specific file types and root files +!*.py +!*.md +!*.png +!LICENSE +!pyproject.toml \ No newline at end of file