PCVK-Batik / .gitignore
RimsJ's picture
Upload folder using huggingface_hub
b049c15 verified
# Virtual Environment
venv/
env/
ENV/
.venv
# Data directories
data/
dataset/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints
# Model files (optional - comment out if you want to track them)
*.pth
*.onnx
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log