Image-uploader / .gitignore
vumichien's picture
change methodology to save file
57de00b
raw
history blame contribute delete
448 Bytes
# Python
__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 Environment
venv/
ENV/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
# Image uploads and metadata - keep directories but ignore content
static/uploads/*
!static/uploads/.gitkeep
static/metadata/*
!static/metadata/.gitkeep
# Hugging Face
.huggingface/