chore: initialize media ingest project

This commit is contained in:
bot
2026-08-11 10:20:24 +03:00
commit fea8ca89f8
6 changed files with 127 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Local environment and secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
# Runtime data and downloaded media
data/*
!data/.gitkeep
downloads/
# Coverage and build output
.coverage
htmlcov/
build/
dist/
*.egg-info/
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db