Initial commit

This commit is contained in:
Ruslan Bakiev
2026-03-06 09:43:52 +07:00
commit 549fd1da9d
250 changed files with 9114 additions and 0 deletions

45
.dockerignore Normal file
View File

@@ -0,0 +1,45 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Data (will be mounted as volume)
data/videos/*
data/results/*
data/jobs/*
# Git
.git/
.gitignore
# Docker
.dockerignore
Dockerfile
docker-compose.yml
# OS
.DS_Store
Thumbs.db
# Jupyter
.ipynb_checkpoints/
# Tests
.pytest_cache/
.coverage