Azzan Dwi Riski
fix tokenizer issues
4e933a0
raw
history blame contribute delete
271 Bytes
# Ignore common files and directories
.git
.gitignore
.github
.vscode
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv
.idea/
# Don't ignore the model directory
!models/
# Ignore screenshots that might exist in repo but are generated at runtime
screenshots/*