chetantiwari's picture
Added project codebase
329b20b
raw
history blame contribute delete
173 Bytes
# Virtual environment
myenv/
venv/
.env/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Build artifacts
*.egg-info/
Clothing_Attribute_detection_Computer_Vision.egg-info/