LabelPlayground / .gitignore
Erick
Upload folder using huggingface_hub
47cb9bd verified
raw
history blame contribute delete
425 Bytes
# Environment
.env
.venv/
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
# Data directories (potentially large / private)
data
data/raw/
data/detections/
data/labeled/
# Model cache (downloaded from Hugging Face)
.cache/
models/
# Jupyter
.ipynb_checkpoints/
notebooks/.ipynb_checkpoints/
# macOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# uv
uv.lock
/.claude/