waiwoph / .gitignore
imkhan107's picture
added files
e7e4987
raw
history blame contribute delete
400 Bytes
# Python
*.pyc
__pycache__
*.pyo
*.pyd
# Virtual Environment
venv/
env/
ENV/
# Jupyter Notebooks
.ipynb_checkpoints/
# Spyder project settings
.spyderproject
.spyproject
# PyCharm project settings
.idea/
*.iml
# Visual Studio Code settings
.vscode/
# Sublime Text settings
*.sublime-project
*.sublime-workspace
# PyTorch-specific
/.torch/
# Hugging Face Transformers
/.cache/
/.transformers/