# Python 编译文件
__pycache__/
*.pyc
*.pyo
.idea/
*.iml
*.iws

# 本地缓存和日志
*.log
.gradle/
out/
.vscode/
dist/

# macOS
.DS_Store

# 测试 / 覆盖率产物
.coverage
.coverage.*
coverage.xml
report.xml
.pytest_cache/
.pytest_reports/
htmlcov/

# Local model / TLS credentials.  Copy the checked-in example before filling.
config/ark-media-demo.env
