DilBot / .gitignore
ahmadsanafarooq's picture
Create .gitignore
e943954 verified
raw
history blame contribute delete
293 Bytes
# User data (visible to you but not in git)
data/
# Environment variables
.env
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.env
.venv/
venv/
ENV/
# Jupyter Notebook
.ipynb_checkpoints
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Model cache
.cache/
models/