Files
opus-orchestrator-ai/.dockerignore
T

41 lines
277 B
Plaintext
Raw Normal View History

2026-03-13 04:47:01 +00:00
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db
# Docs
*.md
!README.md
# Local
*.log
*.tmp