Sparkonix's picture
refactored the code
edc8356
raw
history blame contribute delete
549 Bytes
# Ignore the classification model folder with large files
classification_model/
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.env
# IDE files
.idea/
.vscode/
*.swp
*.swo
.flake8
# Jupyter Notebook
.ipynb_checkpoints
# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Ignore Hugging Face cache directory
.cache/huggingface/