Files
label_ai_service/.gitignore

31 lines
237 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Environment
.env
*.env
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temp files (video processing)
tmp/
*.tmp
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db