gitesh-grover's picture
Sanskrit tokenizer
5aa2969
raw
history blame contribute delete
282 Bytes
# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class
# Ignore virtual environment
venv/
env/
.venv/
# Ignore trained model files
model_mnist_*.pth
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore system files
.DS_Store
Thumbs.db
# Ignore logs
*.log