forked from LiveCarta/ContentAutomation
31 lines
256 B
Plaintext
31 lines
256 B
Plaintext
__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
|