Files
opus-orchestrator-ai/.dockerignore
T

22 lines
174 B
Plaintext
Raw Normal View History

2026-03-14 23:42:30 +00:00
__pycache__/
*.pyc
*.pyo
*.pyd
2026-03-13 04:47:01 +00:00
.Python
2026-03-14 23:42:30 +00:00
*.so
*.egg
2026-03-13 04:47:01 +00:00
*.egg-info/
dist/
build/
2026-03-14 23:42:30 +00:00
.git/
.gitignore
2026-03-13 04:47:01 +00:00
.pytest_cache/
.coverage
htmlcov/
2026-03-14 23:42:30 +00:00
.env
.venv/
venv/
2026-03-13 04:47:01 +00:00
*.log
2026-03-14 23:42:30 +00:00
.DS_Store
node_modules/