Files
label_ai_service/.gitignore
2026-04-15 11:09:09 +08:00

34 lines
267 B
Plaintext

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