forked from LiveCarta/ContentAutomation
Implemented content upload app with tests and pre-commit hooks
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
.git
|
||||
.gitignore
|
||||
.devcontainer
|
||||
.venv
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
.vscode
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
youtube_credentials.json
|
||||
client_secret_*.json
|
||||
tests
|
||||
Reference in New Issue
Block a user