Les_Chats_De_SeaTech / .gitignore
Daly26's picture
initial clean push for Hugging Face
e50f14d
raw
history blame contribute delete
129 Bytes
# Python virtual environment
seatech_chatbot/
*.pyc
__pycache__/
*.pyd
*.whl
*.zip
*.env
# Data / cache / models
models/
cache/