synthdatagen / .gitignore
Lizk75's picture
[deploy] push to HF
e365a68
raw
history blame contribute delete
222 Bytes
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore output folder
output/
# Ignore environment files
.env
# Ignore Python cache files
**/__pycache__/
*.py[cod]
# Ignore .gitattributes file
.gitattributes