1
0

Implemented content upload app with tests and pre-commit hooks

This commit is contained in:
2026-03-13 11:30:28 +00:00
commit 342d39d457
33 changed files with 2740 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
__pycache__/
*.py[cod]
*.so
.Python
.python-version
.venv/
venv/
env/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.vscode/
.idea/
.DS_Store
build/
dist/
*.egg-info/
.env
youtube_credentials.json
client_secret_*.json
*.log